getWordBoundaryInPosition method

Selection? getWordBoundaryInPosition(
  1. Position position
)
inherited

For TextNode only.

Only the widget rendered by TextNode need to implement the detail, and the rest can return null.

Implementation

Selection? getWordBoundaryInPosition(Position position) => null;