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

BackdropValue

Possible values of BackdropScaffoldState.

Source set: Common
public enum class BackdropValue {
    /** Indicates the back layer is concealed and the front layer is active. */
    Concealed,

    /** Indicates the back layer is revealed and the front layer is inactive. */
    Revealed,
}

Possible values of BackdropScaffoldState.

Members

Concealed

Source set: Common
Concealed

Indicates the back layer is concealed and the front layer is active.

Revealed

Source set: Common
Revealed

Indicates the back layer is revealed and the front layer is inactive.