loadingBuilder property

LoadingBuilder? loadingBuilder
final

While imageProvider is not resolved, loadingBuilder is called by PhotoView into the screen, by default it is a centered CircularProgressIndicator

Implementation

final LoadingBuilder? loadingBuilder;