CockpitDiscoveryPolicy constructor

const CockpitDiscoveryPolicy({
  1. CockpitDiscoveryElementPredicate? isInteractiveWidget,
  2. CockpitDiscoveryElementPredicate? shouldStopTraversal,
  3. CockpitDiscoveryElementPredicate? isIgnoredSubtree,
  4. CockpitDiscoveryElementPredicate? isScrollableBoundary,
  5. CockpitDiscoveryStringExtractor? extractText,
  6. CockpitDiscoveryStringExtractor? extractSemanticId,
  7. CockpitDiscoveryStringExtractor? extractTooltip,
  8. CockpitDiscoveryStringExtractor? extractKey,
  9. CockpitTapHandlerResolver? tapHandlerForElement,
  10. CockpitLongPressHandlerResolver? longPressHandlerForElement,
  11. CockpitDoubleTapHandlerResolver? doubleTapHandlerForElement,
  12. CockpitEnterTextHandlerResolver? enterTextHandlerForElement,
  13. CockpitTextInputHandlerResolver? textInputHandlerForElement,
})

Implementation

const CockpitDiscoveryPolicy({
  this.isInteractiveWidget,
  this.shouldStopTraversal,
  this.isIgnoredSubtree,
  this.isScrollableBoundary,
  this.extractText,
  this.extractSemanticId,
  this.extractTooltip,
  this.extractKey,
  this.tapHandlerForElement,
  this.longPressHandlerForElement,
  this.doubleTapHandlerForElement,
  this.enterTextHandlerForElement,
  this.textInputHandlerForElement,
});