ModalRoute<T> constructor
Null safety
- {RouteSettings? settings,
- ImageFilter? filter}
Creates a route that blocks interaction with previous routes.
Implementation
ModalRoute({
super.settings,
this.filter,
});
Creates a route that blocks interaction with previous routes.
ModalRoute({
super.settings,
this.filter,
});