Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

GestureIndicatorSize

Represents the size of the gesture indicator icon.

Source set: Android
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
public val Medium: GestureIndicatorSize

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

Source set: Android
public val Small: GestureIndicatorSize

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

Last updated: