Common
value class IconButtonWidthOption private constructor(private val value: Int)
Class that describes the different supported widths of the IconButton.
Companion Object
Properties
Common
/*
* This configuration is recommended for small screens.
*/
val Narrow = IconButtonWidthOption(0)
Common
val Uniform = IconButtonWidthOption(1)
Common
val Wide = IconButtonWidthOption(2)