Sheet

fun ModalBottomSheetScope.Sheet(modifier: Modifier = Modifier, enabled: Boolean = true, content: @Composable BottomSheetScope.() -> Unit)

The main content area of the modal bottom sheet.

Parameters

modifier

Modifier to be applied to the sheet.

enabled

Whether the sheet is enabled.

content

The content of the sheet.