movePrevious method

void movePrevious()

Moves focus to previous item (alias for moveUp).

Implementation

void movePrevious() => moveBy(-1);