loadingWidget property

Widget? loadingWidget
final

Custom widget to display when the button is in a loading state. If not provided, a CircularProgressIndicator will be used.

Implementation

final Widget? loadingWidget;