PageRoute<T> constructor
Null safety
- {RouteSettings? settings,
- bool fullscreenDialog = false,
- bool preferRasterization = true}
Creates a modal route that replaces the entire screen.
Implementation
PageRoute({
super.settings,
this.fullscreenDialog = false,
this.preferRasterization = true,
});