components/bottom_sheet library
Classes
- BottomSheetAction
- The Actions model that will use on the ActionSheet.
- CancelAction
- The cancel actions model that show under the BottomSheetAction (grouped separately on iOS).
Functions
-
showAdaptiveActionSheet<
T> ({required BuildContext context, required List< BottomSheetAction> actions, Widget? title, CancelAction? cancelAction, Color? barrierColor, Color? bottomSheetColor}) → Future<T?> - A action bottom sheet that adapts to the platform (Android/iOS).