PageRouteOptions.cupertino constructor
const
PageRouteOptions.cupertino({
- bool maintainState = true,
- bool fullscreenDialog = false,
- String? title,
- RouteSettings? settings,
- bool allowSnapshotting = true,
- bool barrierDismissible = false,
- WidgetBuilder? builder,
Implementation
const PageRouteOptions.cupertino({
this.maintainState = true,
this.fullscreenDialog = false,
this.title,
this.settings,
this.allowSnapshotting = true,
this.barrierDismissible = false,
this.builder,
}) : style = RoutePushStyle.material;