selectPrevious method
void
selectPrevious()
Select the previous item in the list. If none is selected, selects the first item.
Implementation
void selectPrevious() {
_state?._selectPreviousItem();
}
Select the previous item in the list. If none is selected, selects the first item.
void selectPrevious() {
_state?._selectPreviousItem();
}