shouldShowProgressBar property
bool
get
shouldShowProgressBar
Implementation
bool get shouldShowProgressBar => _shouldShowProgressBar;
set
shouldShowProgressBar
(bool newValue)
Implementation
set shouldShowProgressBar(bool newValue) {
_shouldShowProgressBar = newValue;
_updateNative();
}