AppRouteConfig constructor

const AppRouteConfig({
  1. bool? allowSnapshotting,
  2. Curve? animationCurve,
  3. int? animationTime,
  4. int? animationReserveTime,
  5. AnimationType? animationType,
  6. Color? barrierColor,
  7. bool? barrierDismissible,
  8. String? barrierLabel,
  9. bool? fullscreenDialog,
  10. bool? maintainState,
  11. bool? opaque,
})

Implementation

const AppRouteConfig({
  this.allowSnapshotting,
  this.animationCurve,
  this.animationTime,
  this.animationReserveTime,
  this.animationType,
  this.barrierColor,
  this.barrierDismissible,
  this.barrierLabel,
  this.fullscreenDialog,
  this.maintainState,
  this.opaque,
});