BackdropValue
Kotlin
|Java
enum class BackdropValue
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.material.BackdropValue> | |
↳ | androidx.compose.material.BackdropValue |
Possible values of BackdropScaffoldState.
Summary
Enum values | |
---|---|
Indicates the back layer is concealed and the front layer is active. |
|
Indicates the back layer is revealed and the front layer is inactive. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
Concealed
enum val Concealed : BackdropValue
Indicates the back layer is concealed and the front layer is active.
Revealed
enum val Revealed : BackdropValue
Indicates the back layer is revealed and the front layer is inactive.