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