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