onDoubleTapCancel property

  1. @override
GestureTapCancelCallback? onDoubleTapCancel
getter/setter pairoverride

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

@override
GestureTapCancelCallback? onDoubleTapCancel;