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.