pub fn ModalBottomSheet(
state: Rc<SheetState>,
overlay: OverlayHandle,
modifier: Modifier,
content: View,
config: BottomSheetConfig,
) -> ViewExpand description
M3 Modal Bottom Sheet - slides up from the bottom with a drag handle.
Renders as an overlay so it is not clipped by parent containers.
Shows on state.show(), dismisses on state.dismiss() or scrim tap.