menu
auto_suggest_box package
documentation
auto_suggest/inline_suggestion.dart
InlineSuggestionTextField<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
String
>
?
onChanged
final
Callback when text changes
Implementation
final ValueChanged<String>? onChanged;
auto_suggest_box package
documentation
auto_suggest/inline_suggestion
InlineSuggestionTextField<T>
onChanged property
InlineSuggestionTextField class