fallbackRoute property
Route to navigate to when an incoming URI's path is not registered. If null, falls through to the router's unknown-route handler.
Implementation
final String? fallbackRoute;
Route to navigate to when an incoming URI's path is not registered. If null, falls through to the router's unknown-route handler.
final String? fallbackRoute;