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

SelectableChipGlow

Defines Glow for all TV Indication states of SelectableChip.

Source set: Android
class SelectableChipGlow internal constructor(
    internal val glow: Glow,
    internal val focusedGlow: Glow,
    internal val pressedGlow: Glow,
    internal val selectedGlow: Glow,
    internal val focusedSelectedGlow: Glow,
    internal val pressedSelectedGlow: Glow,
)

Defines Glow for all TV Indication states of SelectableChip.

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