moveCursorToStart method

void moveCursorToStart()

Implementation

void moveCursorToStart() {
  updateSelection(
    const TextSelection.collapsed(offset: 0),
    ChangeSource.local,
  );
}