item property

T? item
final

Custom Object to be associated with each ListItem For Suggestions with Custom Objects, pass item parameter to SearchFieldListItem see example in example/lib/country_search.dart

Implementation

final T? item;