flutter_bottom_sheet library

Classes

BottomSheet
A simple utility class to manage bottom sheets throughout the app.
BottomSheetConfig
Configuration options for customizing the appearance and behavior of a bottom sheet, including animation and layout properties.
BottomSheetRoute<T>
A custom PopupRoute that presents a bottom sheet with configurable animation, layout, and interaction behaviors.
BottomSheetWidget
Wraps and renders the bottom sheet content as part of the custom bottom sheet system. Used internally by BottomSheetRoute.
BottomSheetWidgetState
RenderBottomSheet
A widget that creates a render object for the bottom sheet, linking it to the bottom sheet's state for layout and animation control.

Typedefs

BottomSheetBuilder = Widget Function(BuildContext context, Widget child)
Signature for a function that builds a bottom sheet container using the given context and embedded child widget.