AntdTapOptions constructor

const AntdTapOptions({
  1. HitTestBehavior? behavior,
  2. double? touchSlop,
  3. int? doubleTapTimeout,
  4. int? longPressTimeout,
  5. bool? alwaysTriggerTap,
  6. bool? allowOffset,
  7. bool? disabled,
  8. Duration? throttle,
  9. Duration? debounce,
  10. AntdHapticFeedback? hapticFeedback,
  11. Duration? feedbackDuration,
  12. bool? alwaysReceiveTap,
})

Implementation

const AntdTapOptions(
    {this.behavior,
    this.touchSlop,
    this.doubleTapTimeout,
    this.longPressTimeout,
    this.alwaysTriggerTap,
    this.allowOffset,
    this.disabled,
    this.throttle,
    this.debounce,
    this.hapticFeedback,
    this.feedbackDuration,
    this.alwaysReceiveTap});