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

ClickableChipShape

Defines Shape for all TV Indication states of ClickableChip.

Source set: Android
class ClickableChipShape internal constructor(
    internal val shape: Shape,
    internal val focusedShape: Shape,
    internal val pressedShape: Shape,
    internal val disabledShape: Shape,
    internal val focusedDisabledShape: Shape,
)

Defines Shape for all TV Indication states of ClickableChip.

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