onDragSelectionEnd method
Handler for EditorTextSelectionGestureDetector.onDragSelectionEnd.
By default, it services as place holder to enable subclass override.
See also:
- EditorTextSelectionGestureDetector.onDragSelectionEnd, which triggers this callback.
Implementation
@protected
void onDragSelectionEnd(DragEndDetails details) {
renderEditor!.handleDragEnd(details);
}