showSuggestionsWhenIsEmpty property

bool showSuggestionsWhenIsEmpty
final

If set to false, the suggestion no will be showed when the text is empty and TextFieldBlocState.suggestions not will be called

Defaults to true.

Implementation

final bool showSuggestionsWhenIsEmpty;