onGenerateRoute property

  1. @Deprecated('Should not be an exposed property')
RouteFactory? get onGenerateRoute

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;