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

WideButtonContentColor

Defines Colors for all TV Interaction states of a WideButton

Source set: Android
class WideButtonContentColor internal constructor(
    internal val contentColor: Color,
    internal val focusedContentColor: Color,
    internal val pressedContentColor: Color,
    internal val disabledContentColor: Color,
)

Defines Colors for all TV Interaction states of a WideButton

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