🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ClickableSurfaceBorder

Defines Border for all TV states of Surface.

Source set: Android
class ClickableSurfaceBorder 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 states of Surface.

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