viewBuilder property
final
Optional callback to obtain a widget to lay out the suggestion list of the search view.
Default view uses a ListView with a vertical scroll direction.
Implementation
final ViewBuilder? viewBuilder;
Optional callback to obtain a widget to lay out the suggestion list of the search view.
Default view uses a ListView with a vertical scroll direction.
final ViewBuilder? viewBuilder;