onTapCancel property

GestureTapCancelCallback? onTapCancel
final

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

This is called after onTapDown, and instead of onTapUp and onTap, if the tap gesture did not win.

See also:

Implementation

final GestureTapCancelCallback? onTapCancel;