value property

double value
final

The value of the progress bar. If non-null, this has to be non-negative and less the 100. If null, the progress bar will be considered indeterminate.

Implementation

final double value;