onUserTap method
Handler for TextSelectionGestureDetector.onUserTap.
By default, it serves as placeholder to enable subclass override.
See also:
- TextSelectionGestureDetector.onUserTap, which triggers this callback.
- TextSelectionGestureDetector.onUserTapAlwaysCalled, which controls whether this callback is called only on the first tap in a series of taps.
Implementation
@protected
void onUserTap() { /* Subclass should override this method if needed. */ }