onPointerCancel property

PointerCancelCallback? onPointerCancel
final

This callback fires when the pointer that previously triggered the onTapDown won’t end up causing a tap.

Implementation

final PointerCancelCallback? onPointerCancel;