menu
git_issues_form package
documentation
navigation/app_route.gr.dart
AppRouter
isPathActive method
isPathActive method
dark_mode
light_mode
isPathActive
method
bool
isPathActive
(
String
path
)
inherited
Implementation
bool isPathActive(String path) { return navigationHistory.isPathActive(path); }
git_issues_form package
documentation
navigation/app_route.gr
AppRouter
isPathActive method
AppRouter class