StandardPageRouteOptions constructor

StandardPageRouteOptions({
  1. MeteorTransitionType? transitionType,
  2. bool? opaque,
  3. Color? barrierColor,
  4. String? barrierLabel,
  5. bool? maintainState,
  6. bool? fullscreenDialog,
  7. bool? allowSnapshotting,
  8. bool? barrierDismissible,
})

Implementation

StandardPageRouteOptions({
  this.transitionType,
  this.opaque,
  this.barrierColor,
  this.barrierLabel,
  super.maintainState,
  super.fullscreenDialog,
  super.allowSnapshotting,
  super.barrierDismissible,
});