updateShowProgress property

void updateShowProgress=(bool value)

Implementation

set updateShowProgress(bool value) {
  _showProgress = value;
}