currentRouteName property

String? get currentRouteName

Implementation

String? get currentRouteName {
  final RouteMatch lastMatch = routerDelegate.currentConfiguration.last;
  return lastMatch.matchedLocation;
}