clear method

void clear()

Implementation

void clear() {
  _text = '';
  _cursorPosition = 0;
  clearSelection();
  notifyListeners();
}