package/modal_bottom_sheet/bottom_sheets/bar_bottom_sheet library

Classes

BarBottomSheet

Constants

kDefaultBarTopRadius → const Radius

Functions

showBarModalBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color barrierColor = Colors.black87, bool bounce = true, bool expand = false, AnimationController? secondAnimation, Curve? animationCurve, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, Widget? topControl, Duration? duration, RouteSettings? settings, SystemUiOverlayStyle? overlayStyle, double? closeProgressThreshold}) Future<T?>