PageRouteOptions constructor

PageRouteOptions({
  1. bool? maintainState,
  2. bool? fullscreenDialog,
  3. bool? allowSnapshotting,
  4. bool? barrierDismissible,
})

Implementation

PageRouteOptions({
  this.maintainState,
  this.fullscreenDialog,
  this.allowSnapshotting,
  this.barrierDismissible,
});