handleSelectParagraph method

  1. @protected
SelectionResult handleSelectParagraph(
  1. SelectParagraphSelectionEvent event
)

Selects a paragraph in a Selectable at the location SelectParagraphSelectionEvent.globalPosition.

Implementation

@protected
SelectionResult handleSelectParagraph(SelectParagraphSelectionEvent event) {
  return _handleSelectBoundary(event);
}