isPathActive method

bool isPathActive(
  1. String path
)

See NavigationHistory.isPathActive

Implementation

bool isPathActive(String path) {
  return navigationHistory.isPathActive(path);
}