contentLoadingBuilder property

Widget Function(BuildContext context, FAutocompleteContentStyle style) contentLoadingBuilder
final

A callback that is used to show a loading indicator while the results is processed.

Implementation

final Widget Function(BuildContext context, FAutocompleteContentStyle style) contentLoadingBuilder;