spacerBuilder property

(Widget Function(BuildContext context)?) spacerBuilder
final

The builder for the spacer shown between the search bar input and results list. Defaults to a LineSpacer.

Implementation

final Widget Function(BuildContext context)? spacerBuilder;