UIRouteSettings constructor
const
UIRouteSettings({})
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,
});