moveCursorToStart method

void moveCursorToStart()

Implementation

void moveCursorToStart() {
  _cursorPosition = 0;
  clearSelection();
  notifyListeners();
}