routerConfig property
An object to configure the underlying Router.
If the routerConfig is provided, the other router related delegates,
routeInformationParser
, routeInformationProvider, routerDelegate
,
and backButtonDispatcher, must all be null.
See also:
- Router.withConfig, which receives this object when this widget builds the Router.
Implementation
final RouterConfig<Object>? routerConfig;