onTapCancel property

dynamic Function()? onTapCancel
final

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

Implementation

final Function()? onTapCancel;