value property

double value
final

If non-null, the value of this progress indicator.

A value of 0.0 means no progress and 1.0 means that progress is complete. The value will be clamped to be in the range, [0.0, 1.0].

Contract

Throws AssertionError if value is NaN

Implementation

final double value;