moveUp method

void moveUp()

Move up in the letter grid.

Implementation

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