lSize

fun lSize(verticalPadding: Dp = 16.dp, horizontalPadding: Dp = 16.dp, iconSize: Dp = IconSize, iconSpacing: Dp = IconSpacing, shape: Shape = LocalTheme.current.button.shapes.buttonMShape, textStyle: TextStyle = LocalTheme.current.button.typography.buttonM): FashionButtonSize

Creates a large button size with customizable dimensions and styling.

Return

A large 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