BackdropScaffoldConstants
Kotlin
|Java
objectBackdropScaffoldConstants
kotlin.Any | |
↳ | androidx.compose.material.BackdropScaffoldConstants |
Contains useful constants for BackdropScaffold.
Summary
Properties | |
---|---|
Dp |
The default elevation of the front layer. |
Color |
The default color of the scrim applied to the front layer. |
Shape |
The default shape of the front layer. |
Dp |
The default header height of the front layer. |
Dp |
The default peek height of the back layer. |
Properties
DefaultFrontLayerElevation
val DefaultFrontLayerElevation: Dp
The default elevation of the front layer.
DefaultFrontLayerScrimColor
val DefaultFrontLayerScrimColor: Color
The default color of the scrim applied to the front layer.