routerDelegate property
final
A delegate that configures a widget, typically a Navigator, with parsed result from the routeInformationParser.
This object will be used by the underlying Router.
The generic type T
must match the generic type of the
routeInformationParser.
See also:
- Router.routerDelegate, which receives this object when this widget builds the Router.
Implementation
final RouterDelegate<Object>? routerDelegate;