showProgress property

bool get showProgress

Implementation

bool get showProgress {
  return $$context$$["showProgress"];
}
set showProgress (bool value)

Implementation

set showProgress(bool value) {
  $$context$$["showProgress"] = value;
}