clearTextSelection method

void clearTextSelection()

清除文本选择

Implementation

void clearTextSelection() {
  _textLayerManager.clearSelection();
  notifyListeners();
}