onDoubleTapCancel property

(void Function()?) onDoubleTapCancel
final

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

See also:

Implementation

final void Function()? onDoubleTapCancel;