RouteFactory typedef
Creates a route for the given route settings.
Used by Navigator.onGenerateRoute and Navigator.onUnknownRoute.
Implementation
typedef RouteFactory = Route<dynamic> Function(RouteSettings settings);
Creates a route for the given route settings.
Used by Navigator.onGenerateRoute and Navigator.onUnknownRoute.
typedef RouteFactory = Route<dynamic> Function(RouteSettings settings);