menu
flutter_cockpit package
documentation
flutter_cockpit_flutter.dart
CockpitDiscoveryPolicy
ignoresSubtree method
ignoresSubtree method
dark_mode
light_mode
ignoresSubtree
method
bool
ignoresSubtree
(
Element
element
)
Implementation
bool ignoresSubtree(Element element) { return isIgnoredSubtree?.call(element) ?? false; }
flutter_cockpit package
documentation
flutter_cockpit_flutter
CockpitDiscoveryPolicy
ignoresSubtree method
CockpitDiscoveryPolicy class