loadingWidget property

Widget? loadingWidget
final

Widget to show while the image is being processed on initialization.
It uses CircularProgressIndicator by default.

Implementation

final Widget? loadingWidget;