suggestionsBuilder property

SuggestionsBuilder suggestionsBuilder
final

Called to get the suggestion list for the search view.

By default, the list returned by this builder is laid out in a ListView. To get a different layout, use viewBuilder to override.

Implementation

final SuggestionsBuilder suggestionsBuilder;