showLoadingIndicator property

bool showLoadingIndicator
final

Whether to show a loading indicator while processing.

If set to true, a CircularProgressIndicator is displayed on top of the button's child. Defaults to false.

Implementation

final bool showLoadingIndicator;