Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

IconButtonDefaults.IconButtonWidthOption

Class that describes the different supported widths of the IconButton.

Source set: Common
@Material3ExpressiveApi
    
    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 = IconButtonWidthOption(0)
Source set: Common
val Uniform = IconButtonWidthOption(1)
Source set: Common
val Wide = IconButtonWidthOption(2)

Last updated: