topRoute property

  1. @override
RouteData topRoute
override

The top-most rendered route

Implementation

@override
RouteData get topRoute => _topMostRouter(ignorePagelessRoutes: true).current;