moveLeft method

void moveLeft()

Move left in the letter grid.

Implementation

void moveLeft() => moveInLetterGrid(-1);