routeInformationProvider property

RouteInformationProvider? routeInformationProvider
finalinherited

A object that provides route information through the RouteInformationProvider.value and notifies its listener when its value changes.

This object will be used by the underlying Router.

If this is not provided, the widgets app will create a PlatformRouteInformationProvider with initial route name equal to the dart:ui.PlatformDispatcher.defaultRouteName by default.

See also:

Implementation

final RouteInformationProvider? routeInformationProvider;