routerDelegate property

RouterDelegate<Object>? routerDelegate
final

The router delegate for use with MaterialApp.router.

Only needed when not using routerConfig.

Implementation

final RouterDelegate<Object>? routerDelegate;