Start native apps faster with the Composables CLI ->
Object

BottomSheetScaffoldDefaults

Contains useful defaults for BottomSheetScaffold.

Source set: Common
public object BottomSheetScaffoldDefaults

Contains useful defaults for BottomSheetScaffold.

Properties

SheetElevation

Source set: Common
public val SheetElevation: Dp = 8.dp

The default elevation used by BottomSheetScaffold.

SheetPeekHeight

Source set: Common
public val SheetPeekHeight: Dp = 56.dp

The default peek height used by BottomSheetScaffold.

AnimationSpec

Source set: Common
public val AnimationSpec: AnimationSpec<Float> =
        tween(durationMillis = 300, easing = FastOutSlowInEasing)

The default animation spec used by BottomSheetScaffoldState.