Vertical Info List Card
fun VerticalInfoListCard(modifier: Modifier = Modifier, listCardState: ListCardState, listAvatar: @Composable () -> Unit? = null, actionButton: @Composable () -> Unit? = null, onCardClick: () -> Unit, onSizeChanged: (IntSize) -> Unit? = null)
DHIS2 VerticalListCard. Component intended for Program/DataSet card display.
Parameters
modifier
: allows a modifier to be passed externally.
list Card State
: state containing all configurations for the card
list Avatar
: composable element to be used as avatar.
action Button
: composable parameter for the sync button.
on Card Click
: gives access to click event on the main container.