fetchingBuilder property
Widget to display while fetching
Default to config.fetchingBuilder
If you want to change the submit widget, you should use config.fetchingBuilder
instead.
Implementation
final WidgetBuilder? fetchingBuilder;
Widget to display while fetching
Default to config.fetchingBuilder
If you want to change the submit widget, you should use config.fetchingBuilder
instead.
final WidgetBuilder? fetchingBuilder;