onTapCancel property
Callback invoked when a tap gesture is canceled.
Called when a tap gesture starts but is interrupted before completion, such as when the pointer moves outside the button area.
Implementation
final GestureTapCancelCallback? onTapCancel;