Overview Card
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
pie Size
The size of the pie chart
pie Stroke
The stroke to apply to the pie chart
title
The title of the card
total Header
The header text for the total value
action Icon
The representative icon for an action
action
The action to execute when the actionIcon is clicked
overview Stats
The stats to display