onSingleTapCancel method Null safety
protected">@protected
Handler for TextSelectionGestureDetector.onSingleTapCancel.
By default, it services as place holder to enable subclass override.
See also:
- TextSelectionGestureDetector.onSingleTapCancel, which triggers this callback.
Implementation
@protected
void onSingleTapCancel() {/* Subclass should override this method if needed. */}