Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val BOTH: IconTextFitValue

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

Link copied to clipboard

Default value for IconTextFitValue, setting default will result in restoring the property value defined in the style.

Link copied to clipboard
@JvmField
val HEIGHT: IconTextFitValue

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

Link copied to clipboard
@JvmField
val NONE: IconTextFitValue

The icon is displayed at its intrinsic aspect ratio.

Link copied to clipboard
@JvmField
val WIDTH: IconTextFitValue

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