moveDown method
void
moveDown()
Move down in the letter grid.
Implementation
void moveDown() => moveInLetterGrid(sqrt(controllerAlphabet.length).round());
Move down in the letter grid.
void moveDown() => moveInLetterGrid(sqrt(controllerAlphabet.length).round());