moveCursorToStart method

void moveCursorToStart()

Moves cursor to the start.

Implementation

void moveCursorToStart() {
  _cursorPosition = 0;
}