package/modal_bottom_sheet/bottom_sheets/cupertino_bottom_sheet library

Functions

overlayStyleFromColor(Color color) SystemUiOverlayStyle
showCupertinoModalBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool expand = false, AnimationController? secondAnimation, Curve? animationCurve, Curve? previousRouteAnimationCurve, bool useRootNavigator = false, bool bounce = true, bool? isDismissible, bool enableDrag = true, Radius topRadius = _kDefaultTopRadius, Duration? duration, RouteSettings? settings, Color? transitionBackgroundColor, BoxShadow? shadow, SystemUiOverlayStyle? overlayStyle, double? closeProgressThreshold}) Future<T?>