handleSelectParagraph method
Selects a paragraph in a Selectable at the location SelectParagraphSelectionEvent.globalPosition.
Implementation
@protected
SelectionResult handleSelectParagraph(SelectParagraphSelectionEvent event) {
return _handleSelectBoundary(event);
}