flutter_form_builder
flutter_form_builder
SuggestionsBoxController
close method
close
flutter_form_builder
flutter_form_builder
SuggestionsBoxController
close method
SuggestionsBoxController class
Constructors
SuggestionsBoxController
Properties
hashCode
runtimeType
Methods
close
open
resize
toggle
noSuchMethod
toString
Operators
operator ==
close
method
void
close
(
)
Closes the suggestions box
Implementation
void close() { _effectiveFocusNode.unfocus(); }