value property

double? value
final

The value of the progress indicator.

If null, the indicator is indeterminate (shows a continuous animation). If non-null, the indicator is determinate and shows the progress from 0.0 to 1.0.

Implementation

final double? value;