focusBox method
void
focusBox()
Focuses the suggestions box.
Implementation
void focusBox() {
if (_focusState == SuggestionsFocusState.box) return;
_focusState = SuggestionsFocusState.box;
notifyListeners();
}
Focuses the suggestions box.
void focusBox() {
if (_focusState == SuggestionsFocusState.box) return;
_focusState = SuggestionsFocusState.box;
notifyListeners();
}