onUserTap method

  1. @protected
void onUserTap()

Handler for TextSelectionGestureDetector.onUserTap.

By default, it serves as placeholder to enable subclass override.

See also:

Implementation

@protected
void onUserTap() { /* Subclass should override this method if needed. */ }