highlightPrevious method

void highlightPrevious()

Implementation

void highlightPrevious() {
  _state?._moveHighlight(-1);
}