Class

PaneAdaptedValue

The adapted state of a pane.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Common

Added in 1.0.0-alpha06

@ExperimentalMaterial3AdaptiveApi
value class PaneAdaptedValue private constructor(private val description: String)

The adapted state of a pane. It gives clues to pane scaffolds about if a certain pane should be composed and how.

Companion Object

Properties

Source set: Common

Added in 1.0.0-alpha06

val Expanded = PaneAdaptedValue("Expanded")

Denotes that the associated pane should be displayed in its full width and height.

Source set: Common

Added in 1.0.0-alpha06

val Hidden = PaneAdaptedValue("Hidden")

Denotes that the associated pane should be hidden.