onDoubleTapCancel property

GestureTapCancelCallback? onDoubleTapCancel
getter/setter pair

A pointer that previously triggered onDoubleTapDown will not end up causing a double tap.

This triggers once the gesture loses the arena if onDoubleTapDown has previously been triggered.

If this recognizer wins the arena, onDoubleTap is called instead.

See also:

Implementation

GestureTapCancelCallback? onDoubleTapCancel;