clearSelection method
Clears the current selection.
Implementation
ViewportModel clearSelection() {
return copyWith(selectionStart: null, selectionEnd: null);
}
Clears the current selection.
ViewportModel clearSelection() {
return copyWith(selectionStart: null, selectionEnd: null);
}