ariaValue property
String
get
ariaValue
Implementation
String get ariaValue =>
indeterminate ? _loadingValue : _activeProgressValue(activeProgress);
String get ariaValue =>
indeterminate ? _loadingValue : _activeProgressValue(activeProgress);