Class

ButtonSize

ButtonSize represents the different size variants of a Button.

Source set: 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

Source set: Android
public val Medium: ButtonSize

ButtonSize representing a medium Button. This is the default size.

Source set: Android
public val Large: ButtonSize

ButtonSize representing a large Button.

Last updated: