isProgressVisible property
bool
get
isProgressVisible
Readonly. Shows whether the button is displaying a loading indicator.
Implementation
bool get isProgressVisible => _jsObject.isProgressVisible;
Readonly. Shows whether the button is displaying a loading indicator.
bool get isProgressVisible => _jsObject.isProgressVisible;