WithLabel

Sizes for icons paired with Label typography.

The properties correspond to the size of the associated Label text.

Constructors

Types

Link copied to clipboard
data class ExtraLarge(val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Label ExtraLarge.

Link copied to clipboard
data class Large(val sizeExtraSmall: Dp, val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp, val sizeExtraLarge: Dp)

Icon sizes for Label Large.

Link copied to clipboard
data class Medium(val sizeExtraSmall: Dp, val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Label Medium.

Link copied to clipboard
data class Small(val sizeExtraSmall: Dp, val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Label Small.

Properties

Link copied to clipboard

Icons associated with Label ExtraLarge.

Link copied to clipboard

Icons associated with Label Large.

Link copied to clipboard

Icons associated with Label Medium.

Link copied to clipboard

Icons associated with Label Small.