getWordBoundaryInOffset method

Selection? getWordBoundaryInOffset(
  1. Offset start
)

For TextNode only.

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

Implementation

Selection? getWordBoundaryInOffset(Offset start) => null;