Small

data object Small : ButtonSize

Properties

Link copied to clipboard
open override val contentPadding: PaddingValues

Padding values defining the spacing around the content of the button.

Link copied to clipboard
open override val font: TextStyle

Text style for the button content.

Link copied to clipboard
open val minHeight: Dp

Minimum height required for the button to ensure proper visibility and touchability. By default, it calculates the height based on the font and contentPadding.