onGenerateRoute property

RouteFactory? onGenerateRoute
final

The route generator callback used when the tab view is navigated to a named route.

This is used if routes does not contain the requested route.

Implementation

final RouteFactory? onGenerateRoute;