toggleFocused method
void
toggleFocused()
Implementation
void toggleFocused() {
if (options.isNotEmpty) {
toggleOption(options[focusedIndex.value].value);
}
}
void toggleFocused() {
if (options.isNotEmpty) {
toggleOption(options[focusedIndex.value].value);
}
}