quantityButtonAppearance

fun quantityButtonAppearance(    modifier: Modifier = Modifier,     shape: Shape = CircleShape,     size: Dp = 30.dp,     background: Color = MaterialTheme.colorScheme.primary,     icon: ImageVector): QuantityButtonAppearance

Method used to create a customization style for a QuantityButton

Return

the customization style for a button as QuantityButtonAppearance

Parameters

modifier

The modifier to apply to the button

shape

The shape of the button

size

The size of the button

background

The background of the button

icon

The representative icon of the button