IconTextFit

Scales the icon to fit around the associated text.

Properties

Link copied to clipboard
const val Both: String

The icon is scaled in both x- and y-dimensions.

Link copied to clipboard
const val Height: String

The icon is scaled in the y-dimension to fit the height of the text.

Link copied to clipboard
const val None: String

The icon is displayed at its intrinsic aspect ratio.

Link copied to clipboard
const val Width: String

The icon is scaled in the x-dimension to fit the width of the text.