route property

PageRouteInfo route
final

The route that must be active for this item to be selected.

When this is tapped, the route will be pushed.

Implementation

final PageRouteInfo<dynamic> route;