CockpitDiscoveryPolicy class final

Constructors

CockpitDiscoveryPolicy({CockpitDiscoveryElementPredicate? isInteractiveWidget, CockpitDiscoveryElementPredicate? shouldStopTraversal, CockpitDiscoveryElementPredicate? isIgnoredSubtree, CockpitDiscoveryElementPredicate? isScrollableBoundary, CockpitDiscoveryStringExtractor? extractText, CockpitDiscoveryStringExtractor? extractSemanticId, CockpitDiscoveryStringExtractor? extractTooltip, CockpitDiscoveryStringExtractor? extractKey, CockpitTapHandlerResolver? tapHandlerForElement, CockpitLongPressHandlerResolver? longPressHandlerForElement, CockpitDoubleTapHandlerResolver? doubleTapHandlerForElement, CockpitEnterTextHandlerResolver? enterTextHandlerForElement, CockpitTextInputHandlerResolver? textInputHandlerForElement})
const
CockpitDiscoveryPolicy.material({CockpitDiscoveryElementPredicate? isInteractiveWidget, CockpitDiscoveryElementPredicate? shouldStopTraversal, CockpitDiscoveryElementPredicate? isIgnoredSubtree, CockpitDiscoveryElementPredicate? isScrollableBoundary, CockpitDiscoveryStringExtractor? extractText, CockpitDiscoveryStringExtractor? extractSemanticId, CockpitDiscoveryStringExtractor? extractTooltip, CockpitDiscoveryStringExtractor? extractKey, CockpitTapHandlerResolver? tapHandlerForElement, CockpitLongPressHandlerResolver? longPressHandlerForElement, CockpitDoubleTapHandlerResolver? doubleTapHandlerForElement, CockpitEnterTextHandlerResolver? enterTextHandlerForElement, CockpitTextInputHandlerResolver? textInputHandlerForElement})
factory

Methods

copyWith({CockpitDiscoveryElementPredicate? isInteractiveWidget, CockpitDiscoveryElementPredicate? shouldStopTraversal, CockpitDiscoveryElementPredicate? isIgnoredSubtree, CockpitDiscoveryElementPredicate? isScrollableBoundary, CockpitDiscoveryStringExtractor? extractText, CockpitDiscoveryStringExtractor? extractSemanticId, CockpitDiscoveryStringExtractor? extractTooltip, CockpitDiscoveryStringExtractor? extractKey, CockpitTapHandlerResolver? tapHandlerForElement, CockpitLongPressHandlerResolver? longPressHandlerForElement, CockpitDoubleTapHandlerResolver? doubleTapHandlerForElement, CockpitEnterTextHandlerResolver? enterTextHandlerForElement, CockpitTextInputHandlerResolver? textInputHandlerForElement}) CockpitDiscoveryPolicy
ignoresSubtree(Element element) bool
marksScrollableBoundary(Element element) bool
matchesInteractiveWidget(Element element) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopsTraversal(Element element) bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited