PageRouteOptions.material constructor

const PageRouteOptions.material({
  1. bool maintainState = true,
  2. bool fullscreenDialog = false,
  3. RouteSettings? settings,
  4. bool allowSnapshotting = true,
  5. bool barrierDismissible = false,
  6. WidgetBuilder? builder,
})

Implementation

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