QCustomPage constructor

const QCustomPage({
  1. bool fullscreenDialog = false,
  2. bool maintainState = true,
  3. Color? barrierColor,
  4. bool? barrierDismissible,
  5. String? barrierLabel,
  6. bool? opaque,
  7. Duration transitionDuration = defaultDuration,
  8. Duration reverseTransitionDuration = defaultDuration,
  9. RouteTransitionsBuilder? transitionsBuilder,
  10. String? restorationId,
  11. QCustomPage? withType,
})

Implementation

const QCustomPage({
  bool fullscreenDialog = false,
  bool maintainState = true,
  this.barrierColor,
  this.barrierDismissible,
  this.barrierLabel,
  this.opaque,
  this.transitionDuration = defaultDuration,
  this.reverseTransitionDuration = defaultDuration,
  this.transitionsBuilder,
  String? restorationId,
  this.withType,
}) : super(fullscreenDialog, maintainState, restorationId);