Bottom Sheet
Creates a org.gnome.adw.BottomSheet which displays a bottom sheet with an optional bottom bar.
Parameters
Whether the sheet is currently opened.
Compose Modifier for layout and styling.
Determines where the sheet is placed along the bottom edge.
Whether it can be closed by clicking outside the sheet or by dragging the handle.
Whether it can be opened by clicking or dragging the handle.
Takes the whole width of its container.
Dims the background and makes it inaccessible while the sheet is opened.
Whether the drag handle is currently shown.
Callback triggered when the sheet is closed.
Callback triggered when the sheet is opened.
A composable widget displayed as the drag handle.
A composable widget displayed inside the sheet.
A composable widget that's displayed underneath the sheet.