loadingWidget property
Custom widget to display when the button is in a loading state. If not provided, a CircularProgressIndicator will be used.
Implementation
final Widget? loadingWidget;
Custom widget to display when the button is in a loading state. If not provided, a CircularProgressIndicator will be used.
final Widget? loadingWidget;