onTapTrackReset property
final
Callback used to indicate that a tap tracking has been reset which happens on the next PointerDownEvent after the timer between two taps elapses, the recognizer loses the arena, the gesture is cancelled or the recognizer is disposed of.
Implementation
final VoidCallback? onTapTrackReset;