focusPrevious method
void
focusPrevious()
Implementation
void focusPrevious() {
if (focusedIndex.value > 0) {
focusedIndex.value--;
}
}
void focusPrevious() {
if (focusedIndex.value > 0) {
focusedIndex.value--;
}
}