itemBuilder property

AutoSuggestBoxItemBuilder? itemBuilder
final

A callback function that builds the items in the overlay.

Use noResultsFoundBuilder to build the overlay when no item is provided

Implementation

final AutoSuggestBoxItemBuilder? itemBuilder;