onSingleTapUp property

GestureTapDragUpCallback? onSingleTapUp
final

Called for the first tap in a series of taps, consecutive taps do not call this method.

For example, if the detector was configured with onTapDown and onDoubleTapDown, three quick taps would be recognized as a single tap down, followed by a tap up, then a double tap down, followed by a single tap down.

Implementation

final GestureTapDragUpCallback? onSingleTapUp;