loadingBuilder property

WidgetBuilder? loadingBuilder
final

The builder that will be used to build the loading indicator, when DropdownController.loading is true.

Implementation

final WidgetBuilder? loadingBuilder;