FashionButtonSizes

A collection of predefined button sizes for the Fashion SDK. These sizes provide consistent dimensions across the application.

Functions

Link copied to clipboard
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.

Link copied to clipboard
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.