onDragSelectionStart method
Handler for EditorTextSelectionGestureDetector.onDragSelectionStart.
By default, it selects a text position specified in details
.
See also:
- EditorTextSelectionGestureDetector.onDragSelectionStart, which triggers this callback.
Implementation
@protected
void onDragSelectionStart(DragStartDetails details) {
renderEditor!.handleDragStart(details);
}