Source set: 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.
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String