---
title: "OneHandedGestureIndicatorSize"
description: "Represents the size of the gesture indicator icon."
type: "class"
---
## API Reference

> Source set: Android

```kotlin
public class OneHandedGestureIndicatorSize 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).

## Members

### Companion

> Source set: Android

```kotlin
public companion object
```

## Properties

### Medium

> Source set: Android

```kotlin
public val Medium: OneHandedGestureIndicatorSize = OneHandedGestureIndicatorSize(36.dp)
```

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

### Small

> Source set: Android

```kotlin
public val Small: OneHandedGestureIndicatorSize = OneHandedGestureIndicatorSize(28.dp)
```

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