selectAll method
void
selectAll()
Implementation
void selectAll() {
_selectionStart = 0;
_selectionEnd = _text.length;
notifyListeners();
}
void selectAll() {
_selectionStart = 0;
_selectionEnd = _text.length;
notifyListeners();
}