ariaValueNow property

String? get ariaValueNow

Implementation

String? get ariaValueNow =>
    indeterminate == true ? null : '${activeProgress}';