moveCursorToEnd method

void moveCursorToEnd()

Moves cursor to the end of the text

Implementation

void moveCursorToEnd() => _moveCursor(_lastUpdatedText.length, true);