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