PaneAdaptedValue

Class

Common
@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

Common
val Expanded = PaneAdaptedValue("Expanded")

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

Common
val Hidden = PaneAdaptedValue("Hidden")

Denotes that the associated pane should be hidden.