---
title: "GestureIndicatorSize"
description: "Represents the size of the gesture indicator icon."
type: "class"
lastmod: "2026-05-20T01:13:55.463345Z"
---
## API Reference

> Source set: Android

```kotlin
public value class GestureIndicatorSize internal constructor(internal val size: Dp)
```

Represents the size of the gesture indicator icon.

Provides standard size definitions to ensure visual consistency across different component sizes
(e.g., standard vs. compact buttons).

## Companion Object

#### Properties

> Source set: Android

```kotlin
public val Medium: GestureIndicatorSize
```

The recommended default size for indicators when used inside a content of size 48dp or
greater

> Source set: Android

```kotlin
public val Small: GestureIndicatorSize
```

The recommended size for indicators when used inside a content of size less than 48dp
