---
title: "ButtonShape"
description: "Defines [Shape] for all TV [Interaction] states of Button."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
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.



