isActive method

bool isActive(
  1. String route
)

Implementation

bool isActive(String route) => _activeRoute == route;