Skip to main content

BMoniBottomSheet.show

The base utility for presenting any content as a bottom sheet. Returns the value the child pops with.

BMoniTitledBottomSheet

A bottom sheet with a drag handle, a centred title, and a scrollable children list.

BMoniOptionsBottomSheet

A pre-built options menu. Each option has an SVG icon, a title, and an onTap callback.

BMoniBottomSheetOption props


SelectorBottomSheet<T>

A generic, scrollable list selector with an optional icon per item.

SearchableSelectorBottomSheet<T>

Same as SelectorBottomSheet but with a search bar at the top that filters items client-side.