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)

Properties

Link copied to clipboard

The background of the button

Link copied to clipboard

The representative icon of the button

Link copied to clipboard

The modifier to apply to the button

Link copied to clipboard

The shape of the button

Link copied to clipboard
val size: Dp

The size of the button