loadingWidget property

Widget? loadingWidget
final

Image that should be shown while loading. If this is null CircularProgressIndicator.adaptive() will be shown

Implementation

final Widget? loadingWidget;