routerConfig property

RouterConfig<Object>? routerConfig
final

The router configuration for use with MaterialApp.router.

Accepts any RouterConfig implementation, including go_router. When provided, routeInformationParser and routerDelegate are ignored.

Implementation

final RouterConfig<Object>? routerConfig;