JchuAmountCounter
fun JchuAmountCounter(amount: String, painter: Painter, modifier: Modifier = Modifier, colors: JchuAmountCounterColors = JchuAmountCounterColors(), textStyle: TextStyle = MaterialTheme.typography.bodySmall)
Amount label preserving the painter-based iNook layout and behavior.
fun JchuAmountCounter(amount: String, imageVector: ImageVector, modifier: Modifier = Modifier, colors: JchuAmountCounterColors = JchuAmountCounterColors(), textStyle: TextStyle = MaterialTheme.typography.bodySmall)
Amount label preserving the vector-based iNook layout and behavior.