🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

PaneAdaptedValue

The adapted state of a pane.

Source set: Common
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.

Members

Companion

Source set: Common
companion object

Properties

Expanded

Source set: Common
val Expanded = PaneAdaptedValue("Expanded")

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

Hidden

Source set: Common
val Hidden = PaneAdaptedValue("Hidden")

Denotes that the associated pane should be hidden.

Content updated: