handleSelectWord method

  1. @protected
SelectionResult handleSelectWord(
  1. SelectWordSelectionEvent event
)

Selects a word in a Selectable at the location SelectWordSelectionEvent.globalPosition.

Implementation

@protected
SelectionResult handleSelectWord(SelectWordSelectionEvent event) {
  return _handleSelectBoundary(event);
}