package/modal_bottom_sheet/bottom_sheets/material_bottom_sheet library

Functions

showMaterialModalBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool bounce = false, bool expand = false, AnimationController? secondAnimation, Curve? animationCurve, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, Duration? duration, RouteSettings? settings, double? closeProgressThreshold}) Future<T?>
Shows a modal material design bottom sheet.