---
title: "EdgeButtonSize"
description: "Size of the [EdgeButton]. This in turns determines the full shape of the edge button, including
width, height, rounding radius for the top corners, the ellipsis size for the bottom part of the
shape and the space available for the content."
type: "class"
---

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


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

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


```kotlin
public value class EdgeButtonSize internal constructor(internal val maximumHeight: Dp)
```


Size of the `EdgeButton`. This in turns determines the full shape of the edge button, including
width, height, rounding radius for the top corners, the ellipsis size for the bottom part of the
shape and the space available for the content.


## Companion Object

#### Properties

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


```kotlin
public val ExtraSmall: EdgeButtonSize
```


The Size to be applied for an extra small `EdgeButton`.



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


```kotlin
public val Small: EdgeButtonSize
```


The Size to be applied for an small `EdgeButton`.



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


```kotlin
public val Medium: EdgeButtonSize
```


The Size to be applied for an medium `EdgeButton`.



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


```kotlin
public val Large: EdgeButtonSize
```


The Size to be applied for an large `EdgeButton`.





