Android
public value class ButtonSize internal constructor(private val value: Int)
ButtonSize represents the different size variants of a Button. ButtonSize will affect default values used inside a Button, such as the minimum height and the size of icons.
Companion Object
Properties
Android
public val Medium: ButtonSize
ButtonSize representing a medium Button. This is the default size.
Android
public val Large: ButtonSize
ButtonSize representing a large Button.