GenericCardView

A composable function for rendering a generic card view.

This function displays a card with its components using CardComponentRowView and optionally overlays an anchored icon if enabled in the CardOptions.

Parameters

card

The Card object containing the card's components and anchored icon.

configuration

The CardOptions specifying the UI configuration, such as dark mode, device type, and icon visibility.

modifier

An optional Modifier for customizing the layout of the card.