Start native apps faster with the Composables CLI ->
Class

OneHandedGestureIndicatorSize

Represents the size of the gesture indicator icon.

Source set: Android
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
public companion object

Properties

Medium

Source set: Android
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
public val Small: OneHandedGestureIndicatorSize = OneHandedGestureIndicatorSize(28.dp)

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