onTapCancel property

GestureMultiTapCancelCallback? onTapCancel
inherited

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

Implementation

GestureMultiTapCancelCallback? onTapCancel;
  1. @override
void onTapCancel=(GestureMultiTapCancelCallback? _onTapCancel)
override

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

Implementation

@override
set onTapCancel(_onTapCancel) {}