currentPath property

  1. @override
String currentPath
override

The currently active (foreground) route

Implementation

@override
String get currentPath {
  return navStack.last.path;
}