components/action_modal_bottom_sheet/action_modal_bottom_sheet library

Functions

showKActionModalBottomSheet({required BuildContext context, required List<KActionModalBottomSheetItem> items, Widget? header, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, bool isScrollControlled = false, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, bool? showDragHandle, bool useSafeArea = false, bool enabledHapticFeedback = true, RouteSettings? routeSettings, AnimationController? transitionAnimationController, Offset? anchorPoint}) → dynamic