defaultLoadingWidget property

Widget? defaultLoadingWidget
final

The (optional) default progress widget that are displayed before message of the dialog, it will replaced when you use setLoadingWidget, and it will restored if you setLoadingWidget(null).

Implementation

final Widget? defaultLoadingWidget;