onSingleTapCancel property

GestureCancelCallback? onSingleTapCancel
final

Called for each touch that becomes recognized as a gesture that is not a short tap, such as a long tap or drag. It is called at the moment when another gesture from the touch is recognized.

Implementation

final GestureCancelCallback? onSingleTapCancel;