headerBuilder property

(Widget Function(BuildContext context)?) headerBuilder
final

The builder for the header shown above the search results list.

Implementation

final Widget Function(BuildContext context)? headerBuilder;