optionsBuilder property Null safety
final
A function that returns the current selectable options objects given the current TextEditingValue.
Implementation
final AutocompleteOptionsBuilder<T> optionsBuilder;
A function that returns the current selectable options objects given the current TextEditingValue.
final AutocompleteOptionsBuilder<T> optionsBuilder;