clearTextSelection method
void
clearTextSelection()
清除文本选择
Implementation
void clearTextSelection() {
_textLayerManager.clearSelection();
notifyListeners();
}
清除文本选择
void clearTextSelection() {
_textLayerManager.clearSelection();
notifyListeners();
}