handleSelectWord method
- SelectWordSelectionEvent event
Selects a word in a Selectable at the location SelectWordSelectionEvent.globalPosition.
Implementation
@protected
SelectionResult handleSelectWord(SelectWordSelectionEvent event) {
return _handleSelectBoundary(event);
}