UIDialogRouteSettings constructor

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

Implementation

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