UIRouteSettings constructor

const UIRouteSettings({
  1. bool dismissable = true,
  2. bool uniqueInStack = false,
  3. bool needToEnsureClose = false,
  4. bool fullScreenDialog = false,
  5. bool global = false,
  6. Object? id,
  7. bool replace = false,
  8. bool replacePrevious = false,
  9. String? name,
  10. NavigationRouteBuilder? customRouteBuilder,
})

Implementation

const UIRouteSettings({
  this.dismissable = true,
  this.uniqueInStack = false,
  this.needToEnsureClose = false,
  this.fullScreenDialog = false,
  this.global = false,
  this.id,
  this.replace = false,
  this.replacePrevious = false,
  this.name,
  this.customRouteBuilder,
});