getImmediateSuggestions property

bool getImmediateSuggestions
final

If set to true, suggestions will be fetched immediately when the field is added to the view.

But the suggestions box will only be shown when the field receives focus. To make the field receive focus immediately, you can set the autofocus property in the textFieldConfiguration to true

Defaults to false

Implementation

final bool getImmediateSuggestions;