showProgressInControlMode property
bool
get
showProgressInControlMode
Implementation
bool get showProgressInControlMode {
return $$context$$["showProgressInControlMode"];
}
set
showProgressInControlMode
(bool value)
Implementation
set showProgressInControlMode(bool value) {
$$context$$["showProgressInControlMode"] = value;
}