moveRight method

void moveRight()

Move right in the letter grid.

Implementation

void moveRight() => moveInLetterGrid(1);