onSingleLongTapCancel method

  1. @protected
void onSingleLongTapCancel()

Handler for TextSelectionGestureDetector.onSingleLongTapCancel.

By default, it hides the magnifier and the floating cursor if necessary.

See also:

Implementation

@protected
void onSingleLongTapCancel() {
  _onSingleLongTapEndOrCancel();
}