onSecondaryTapDown method Null safety
- TapDownDetails details
protected">@protected
Handler for TextSelectionGestureDetector.onSecondaryTapDown.
See also:
- TextSelectionGestureDetector.onSecondaryTapDown, which triggers this callback.
- onSecondaryTap, which is typically called after this.
Implementation
@protected
void onSecondaryTapDown(TapDownDetails details) {
renderEditable.handleSecondaryTapDown(details);
_shouldShowSelectionToolbar = true;
}