Skip to main content

ModalBottomSheet

Function ModalBottomSheet 

Source
pub fn ModalBottomSheet(
    state: Rc<SheetState>,
    overlay: OverlayHandle,
    modifier: Modifier,
    content: View,
    config: BottomSheetConfig,
) -> View
Expand 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.