Start native apps faster with the Composables CLI ->
Class

SheetValue

Possible values of SheetState.

Source set: Common
public enum class SheetValue {
    /** The sheet is not visible. */
    Hidden,

    /** The sheet is visible at full height. */
    Expanded,

    /** The sheet is partially visible. */
    PartiallyExpanded,
}

Possible values of SheetState.

Members

Hidden

Source set: Common
Hidden

The sheet is not visible.

Expanded

Source set: Common
Expanded

The sheet is visible at full height.

PartiallyExpanded

Source set: Common
PartiallyExpanded

The sheet is partially visible.