suggestionBuilder property

(Widget Function(Matcher matcher, dynamic suggestion)?) suggestionBuilder
final

Returns a widget that will be used in the suggestion popup's ListView

Implementation

final Widget Function(Matcher matcher, dynamic suggestion)? suggestionBuilder;