getTextSelectionInSelection method

TextSelection? getTextSelectionInSelection(
  1. Selection selection
)

For TextNode only.

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

Implementation

TextSelection? getTextSelectionInSelection(Selection selection) => null;