auto_complete/perfect_auto_complete_text_field library

Classes

PerfectAutocomplete<T extends Object>
A widget for helping the user make a selection by entering some text and choosing from among a list of options.

Typedefs

PerfectAutocompleteOptionBuilder<T extends Object> = Widget Function(BuildContext context, int index, T option, bool highlight)
The type of the PerfectAutocomplete callback which returns a Widget that displays on the specific option at index.