BottomSheetDefaults

@Stable
object BottomSheetDefaults

Contains the default values used by ModalBottomSheet and BottomSheetScaffold.

Properties

Link copied to clipboard
@get:Composable
val ContainerColor: Color

The default container color for a bottom sheet.

Link copied to clipboard
val Elevation: Dp

The default elevation for a bottom sheet.

Link copied to clipboard
@get:Composable
val ExpandedShape: Shape

The default shape for a bottom sheets in PartiallyExpanded and Expanded states.

Link copied to clipboard
@get:Composable
val HiddenShape: Shape

The default shape for bottom sheets in a Hidden state.

Link copied to clipboard
@get:Composable
val ScrimColor: Color

The default color of the scrim overlay for background content.

Link copied to clipboard

The default max width used by ModalBottomSheet and BottomSheetScaffold

Link copied to clipboard

The default peek height used by BottomSheetScaffold.

Link copied to clipboard
@get:Composable
val windowInsets: WindowInsets

Default insets to be used and consumed by the ModalBottomSheet's content.

Functions

Link copied to clipboard
@Composable
fun DragHandle(modifier: Modifier = Modifier, width: Dp = SheetBottomTokens.DockedDragHandleWidth, height: Dp = SheetBottomTokens.DockedDragHandleHeight, shape: Shape = MaterialTheme.shapes.extraLarge, color: Color = SheetBottomTokens.DockedDragHandleColor.value)

The optional visual marker placed on top of a bottom sheet to indicate it may be dragged.