AntdTapOptions constructor
const
AntdTapOptions({})
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});