utils/bottom_sheet_utils library

Classes

BottomSheetConfig
BottomSheetUtils
Utilities to show bottom sheets effortlessly
DefaultBottomSheetConfig
The default bottom sheet config. It doesn't wrap the content, neither does it make them scrollable.
ScrollableBottomSheetConfig
A bottom sheet config that has a scrollable content inside of it The builder provides a ScrollController that can be used to be attached to the content of the bottom sheet for better scrolling behaviour
WrapBottomSheetConfig
A bottom sheet config that wraps its content based on tall the content is

Typedefs

BottomSheetChildBuilder = Widget Function(BuildContext context, ScrollController? controller)
controller is only present if using the ScrollableBottomSheetType