adaptive_action_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, Widget? title, required List<BottomSheetAction> actions, CancelAction? cancelAction, Color? barrierColor, Color? bottomSheetColor, double? androidBorderRadius, bool isDismissible = true, bool? useRootNavigator}) Future<T?>
A action bottom sheet that adapts to the platform (Android/iOS).