Class

IconButtonDefaults.IconButtonWidthOption

Class that describes the different supported widths of the IconButton.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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)