onUnknownRoute property
final
A function that returns a MaterialPageRoute for unknown routes.
Called when a route cannot be matched by the router.
Implementation
final MaterialPageRoute Function(RouteSettings, RouteState) onUnknownRoute;
A function that returns a MaterialPageRoute for unknown routes.
Called when a route cannot be matched by the router.
final MaterialPageRoute Function(RouteSettings, RouteState) onUnknownRoute;