---
title: "RemoteEdgeButtonShape"
description: "Shape for [RemoteEdgeButton] that fits the bottom edge of a round screen."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public class RemoteEdgeButtonShape(
    public val buttonSize: RemoteEdgeButtonSize = RemoteEdgeButtonSize.Small
) : RemoteShape
```

Shape for [RemoteEdgeButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteEdgeButton/api) that fits the bottom edge of a round screen.

#### Parameters

| | |
| --- | --- |
| buttonSize | The size of the button to determine its shape contour. |

## Functions

### createOutline

> Source set: Android

```kotlin
override fun createOutline(
        size: RemoteSize,
        density: RemoteDensity,
        layoutDirection: LayoutDirection,
    ): RemoteOutline
```

### equals

> Source set: Android

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Android

```kotlin
override fun hashCode(): Int
```
