onSingleLongTapCancel method
Handler for TextSelectionGestureDetector.onSingleLongTapCancel.
By default, it hides the magnifier and the floating cursor if necessary.
See also:
- TextSelectionGestureDetector.onSingleLongTapCancel, which triggers this callback.
Implementation
@protected
void onSingleLongTapCancel() {
_onSingleLongTapEndOrCancel();
}