moveNext method

void moveNext()

Moves focus to next item (alias for moveDown).

Implementation

void moveNext() => moveBy(1);