cupertino_modal_sheet library

Classes

CupertinoModalSheetPage<T>
A page that creates a cupertino modal sheet PageRoute.
CupertinoModalSheetRoute<T>
A route that shows a iOS-style modal sheet that slides up from the bottom of the screen.

Constants

breakpointWidth → const double
displayCornerRadius → const double
maxSize → const Size
scaleFactor → const double
sheetCornerRadius → const double
sheetOffset → const double

Functions

showCupertinoModalSheet<T>({required BuildContext context, required WidgetBuilder builder, bool useRootNavigator = true, RouteSettings? routeSettings, bool fullscreenDialog = true, bool barrierDismissible = true, CupertinoModalSheetRouteTransition firstTransition = CupertinoModalSheetRouteTransition.none}) Future<T?>
Shows a modal iOS-style sheet that slides up from the bottom of the screen.