mSize
fun mSize(verticalPadding: Dp = 12.dp, horizontalPadding: Dp = 24.dp, iconSize: Dp = IconSize, iconSpacing: Dp = IconSpacing, shape: Shape = LocalTheme.current.button.shapes.buttonSShape, textStyle: TextStyle = LocalTheme.current.button.typography.buttonS): FashionButtonSize
Creates a medium button size with customizable dimensions and styling.
Return
A medium button size configuration
Parameters
verticalPadding
The vertical padding of the button
horizontalPadding
The horizontal padding of the button
iconSize
The size of the icon within the button
iconSpacing
The spacing between the icon and text
shape
The shape of the button
textStyle
The text style for the button's text