QuantityButtonAppearance
data class QuantityButtonAppearance( val modifier: Modifier = Modifier, val shape: Shape = CircleShape, val size: Dp = 30.dp, val background: Color, val icon: ImageVector)
The QuantityButtonAppearance
allows to customize the appearance of the QuantityButton
Author
N7ghtm4r3
Since
1.1.0
Constructors
Link copied to clipboard
constructor(modifier: Modifier = Modifier, shape: Shape = CircleShape, size: Dp = 30.dp, background: Color, icon: ImageVector)