OverviewCard

fun OverviewCard(modifier: Modifier = Modifier, pieSize: Dp = 150.dp, pieStroke: Dp = 35.dp, title: StringResource, totalHeader: StringResource = Res.string.total, actionIcon: ImageVector = ReservedLine, action: () -> Unit? = null, overviewStats: OverviewStatsItem)

The card to display the overview data stats

Parameters

modifier

The modifier to apply to the card

pieSize

The size of the pie chart

pieStroke

The stroke to apply to the pie chart

title

The title of the card

totalHeader

The header text for the total value

actionIcon

The representative icon for an action

action

The action to execute when the actionIcon is clicked

overviewStats

The stats to display