selectAll method
void
selectAll()
Implementation
void selectAll() {
selection = TextSelection(baseOffset: 0, extentOffset: text.length);
}
void selectAll() {
selection = TextSelection(baseOffset: 0, extentOffset: text.length);
}