showCircularProgress property

bool get showCircularProgress

Implementation

bool get showCircularProgress => _showCircularProgress;
set showCircularProgress (bool show)

Implementation

set showCircularProgress(bool show) {
  _showCircularProgress = show;
  update();
}