moveDown method

void moveDown()

Moves focus down by one (with wrapping).

Implementation

void moveDown() => moveBy(1);