Composables UI is out: our new component library for Compose Multiplatform ->
Class

ButtonShape

Defines Shape for all TV Interaction states of Button.

Source set: Android
class ButtonShape
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 Interaction states of Button.

Last updated: