menu
panel_kit package
documentation
navigator.dart
PanelKitNavigator
isPageActive method
isPageActive method
dark_mode
light_mode
isPageActive
method
bool
isPageActive
(
PanelKitPage
page
)
Implementation
bool isPageActive(PanelKitPage page) { return _pages.last.routeId == page.routeId; }
panel_kit package
documentation
navigator
PanelKitNavigator
isPageActive method
PanelKitNavigator class