menu
entao_hare package
documentation
dash/dash.dart
DesktopDashPage
hasPage method
hasPage method
dark_mode
light_mode
hasPage
method
bool
hasPage
(
Widget
item
)
Implementation
bool hasPage(Widget item) { if (item is HarePage) return _children.contains(item); return false; }
entao_hare package
documentation
dash/dash
DesktopDashPage
hasPage method
DesktopDashPage class