onTapCancel property Null safety

GestureMultiTapCancelCallback? onTapCancel
read / write

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

Implementation

GestureMultiTapCancelCallback? onTapCancel;