value property

double? value
getter/setter pair

The value of the progress, from 0.0 to 1.0.

Setting this to null indicates a indeterminate progress bar.

Implementation

double? value;