routerConfig property

RouterConfig<Object>? routerConfig
final

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:

Implementation

final RouterConfig<Object>? routerConfig;