external/modal_bottom_sheet/src/bottom_sheets/material_bottom_sheet library

Functions

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