fraction property

ValueListenable<double?> fraction

Range is 0.0 to 1.0. Starts with null (indeterminate progress). Guaranteed to fire at least once on either completion or failure (with value of 1.0).

Implementation

ValueListenable<double?> get fraction;