onSecondaryTapDown method

  1. @protected
void onSecondaryTapDown(
  1. TapDownDetails details
)

Handler for TextSelectionGestureDetector.onSecondaryTapDown.

See also:

Implementation

@protected
void onSecondaryTapDown(TapDownDetails details) {
  renderEditable.handleSecondaryTapDown(details);
  _shouldShowSelectionToolbar = true;
}