onTapCancel property

GestureMultiTapCancelCallback? onTapCancel
getter/setter pair

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

Implementation

GestureMultiTapCancelCallback? onTapCancel;