selectAll method

dynamic selectAll()

Implementation

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