Class

ButtonSize

ButtonSize represents the different size variants of a Button.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

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