loadingBuilder property

(Widget Function(BuildContext context)?) loadingBuilder
final

The builder for the loader shown when the user pages down the search results list.

Implementation

final Widget Function(BuildContext context)? loadingBuilder;