isPathActive method

bool isPathActive(
  1. String path
)

Implementation

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