moveLeft method

bool moveLeft()

Moves the cursor one position to the left.

Implementation

bool moveLeft() => _move(Direction.left);