moveUp method
void
moveUp()
Move up in the letter grid.
Implementation
void moveUp() => moveInLetterGrid(-sqrt(controllerAlphabet.length).round());
Move up in the letter grid.
void moveUp() => moveInLetterGrid(-sqrt(controllerAlphabet.length).round());