loadingBuilder property
OctoProgressIndicatorBuilder?
loadingBuilder
final
This builder will be used to show a widget while the image is loading.
Example:
(context, progress) {
return CircularProgressIndicator();
}
Implementation
final OctoProgressIndicatorBuilder? loadingBuilder;