moveDown method

void moveDown()

Move down in the letter grid.

Implementation

void moveDown() => moveInLetterGrid(sqrt(controllerAlphabet.length).round());