suggestionBuilder property
Optional builder function for customizing suggestion list items.
When provided, suggestions use this builder instead of default presentation. Allows complete customization of how suggestions appear in the autocomplete popover.
Implementation
final ChipWidgetBuilder<T>? suggestionBuilder;