rootRoute property

Route? get rootRoute

Implementation

Route<dynamic>? get rootRoute => _routeStack.isNotEmpty ? _routeStack.first : null;