clearSelection method
Clears the text selection in SfPdfViewer.
Returns true
, if the text selection is cleared properly.
Implementation
bool clearSelection() {
_notifyPropertyChangedListeners(property: 'clearTextSelection');
return _clearTextSelection;
}