Class

ButtonBorder

Defines Border for all TV Interaction states of Button.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
class ButtonBorder
internal constructor(
    internal val border: Border,
    internal val focusedBorder: Border,
    internal val pressedBorder: Border,
    internal val disabledBorder: Border,
    internal val focusedDisabledBorder: Border,
)

Defines Border for all TV Interaction states of Button.