Object

BackdropScaffoldDefaults

Contains useful defaults for BackdropScaffold.

Source set: Common
object BackdropScaffoldDefaults

Contains useful defaults for BackdropScaffold.

Properties

PeekHeight

Source set: Common
val PeekHeight = 56.dp

The default peek height of the back layer.

HeaderHeight

Source set: Common
val HeaderHeight = 48.dp

The default header height of the front layer.

frontLayerShape

Source set: Common
val frontLayerShape: Shape

The default shape of the front layer.

FrontLayerElevation

Source set: Common
val FrontLayerElevation = 1.dp

The default elevation of the front layer.

frontLayerScrimColor

Source set: Common
val frontLayerScrimColor: Color

The default color of the scrim applied to the front layer.

AnimationSpec

Source set: Common
val AnimationSpec: AnimationSpec<Float>

The default animation spec used by BottomSheetScaffoldState.

Last updated: