onTapTrackReset property

VoidCallback? onTapTrackReset
getter/setter pairinherited

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

VoidCallback? onTapTrackReset;