selectAll method

void selectAll()

Selects all text.

Implementation

void selectAll() {
  _model.selectAll();
  notifyListeners();
}