PageRouteOptions constructor

const PageRouteOptions({
  1. required RoutePushStyle style,
  2. bool maintainState = true,
  3. bool fullscreenDialog = false,
  4. String? title,
  5. RouteSettings? settings,
  6. bool allowSnapshotting = true,
  7. bool barrierDismissible = false,
  8. WidgetBuilder? builder,
})

Implementation

const PageRouteOptions({
  required this.style,
  this.maintainState = true,
  this.fullscreenDialog = false,
  this.title,
  this.settings,
  this.allowSnapshotting = true,
  this.barrierDismissible = false,
  this.builder,
});