Source set: Android
Added in 1.1.0-rc01
@ExperimentalTvMaterial3Api
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.