selectNext method

void selectNext()

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

Implementation

void selectNext() {
  _state?._selectNextItem();
}