loadingWidget property

Widget? loadingWidget

The widget replaces the child when the button is in the loading state. If this is null the default widget is:

SizedBox( height: 16.0, width: 16.0, child: CircularProgressIndicator(), )

Implementation

Widget? get loadingWidget;