onGenerateRoute property
The route generator used when the app is navigated to a named route.
Implementation
@Deprecated('Should not be an exposed property')
RouteFactory? get onGenerateRoute => appState?.onGenerateRoute;
The route generator used when the app is navigated to a named route.
@Deprecated('Should not be an exposed property')
RouteFactory? get onGenerateRoute => appState?.onGenerateRoute;