routerDelegate property

RouterDelegate<Object>? routerDelegate
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:

Implementation

final RouterDelegate<Object>? routerDelegate;