Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): IconTextFit

Utility function to get IconTextFit instance from given value.

Properties

Link copied to clipboard
@JvmField
val BOTH: IconTextFit

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

Link copied to clipboard
@JvmField
val HEIGHT: IconTextFit

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

Link copied to clipboard
@JvmField
val NONE: IconTextFit

The icon is displayed at its intrinsic aspect ratio.

Link copied to clipboard
@JvmField
val WIDTH: IconTextFit

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