components/bottom_sheet_config library
Classes
- BottomSheetConfig
- Configuration options for customizing the appearance and behavior of a bottom sheet, including animation and layout properties.
Typedefs
- BottomSheetBuilder = Widget Function(BuildContext context, Widget child)
-
Signature for a function that builds a bottom sheet container
using the given
contextand embeddedchildwidget.