TestableGestures constructor

TestableGestures(
  1. {TestableGestureAction? overlayDoubleTap = TestableGestureAction.toggle_overlay,
  2. TestableGestureAction? overlayLongPress = TestableGestureAction.toggle_global_overlay,
  3. TestableGestureAction? overlayTap = TestableGestureAction.open_test_actions_page,
  4. TestableGestureAction? widgetDoubleTap = TestableGestureAction.toggle_overlay,
  5. TestableGestureAction? widgetForcePressEnd,
  6. TestableGestureAction? widgetForcePressStart,
  7. TestableGestureAction? widgetLongPress = TestableGestureAction.open_test_actions_dialog,
  8. TestableGestureAction? widgetLongPressMoveUpdate,
  9. TestableGestureAction? widgetSecondaryLongPress,
  10. TestableGestureAction? widgetSecondaryTap,
  11. TestableGestureAction? widgetTap}
)

Implementation

TestableGestures({
  this.overlayDoubleTap = TestableGestureAction.toggle_overlay,
  this.overlayLongPress = TestableGestureAction.toggle_global_overlay,
  this.overlayTap = TestableGestureAction.open_test_actions_page,
  this.widgetDoubleTap = TestableGestureAction.toggle_overlay,
  this.widgetForcePressEnd,
  this.widgetForcePressStart,
  this.widgetLongPress = TestableGestureAction.open_test_actions_dialog,
  this.widgetLongPressMoveUpdate,
  this.widgetSecondaryLongPress,
  this.widgetSecondaryTap,
  this.widgetTap,
});