onDragSelectionStart method

  1. @protected
void onDragSelectionStart(
  1. DragStartDetails details
)

Handler for EditorTextSelectionGestureDetector.onDragSelectionStart.

By default, it selects a text position specified in details.

See also:

Implementation

@protected
void onDragSelectionStart(DragStartDetails details) {
  renderEditor!.handleDragStart(details);
}