RouteOptions constructor
Creates a RouteOptions object to configure route behavior.
All fields are optional and have default values.
Implementation
const RouteOptions({
this.maintainState,
this.fullscreenDialog,
this.allowSnapshotting,
this.barrierDismissible,
this.requestFocus,
});