enableSuggestions property

bool enableSuggestions
final

Whether to show input suggestions as the user types.

This flag only affects Android. On iOS, suggestions are tied directly to autocorrect, so that suggestions are only shown when autocorrect is true. On Android autocorrection and suggestion are controlled separately.

Defaults to true.

See also:

Implementation

final bool enableSuggestions;