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
-
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.