showAutoFill property

bool showAutoFill
final

This property allows you to enable the auto-fill behavior for suggestions.

Defaults to true. It helps users to select a suggestion without applying the search which further refines the auto-suggestions i.e minimizes the number of taps or scrolls that the user has to perform before finding the result.

Implementation

final bool showAutoFill;