AntdTapHandler constructor
AntdTapHandler({
- required BuildContext context,
- AntdTapEventRegistry? registry,
- required AntdTapOptions options,
- ValueChanged<
bool> ? onTouchStateChange,
Implementation
AntdTapHandler(
{required this.context,
this.registry,
required this.options,
this.onTouchStateChange})
: _throttleDebouncer = AntdThrottleDebouncer(
throttle: options.throttle,
debounce: options.debounce,
);