selectPrevious method

void selectPrevious()

Select the previous item in the list. If none is selected, selects the first item.

Implementation

void selectPrevious() {
  _state?._selectPreviousItem();
}