Glycemia Level Badge

fun GlycemiaLevelBadge(modifier: Modifier = Modifier, glycemia: Int, onClick: () -> Unit? = null)

Custom BadgeText useful to display the level of a glycemic value

Parameters

modifier

The modifier to apply to the badge

glycemia

The glycemic value

onClick

The callback to invoke when the user clicked the badge