value property

double? value
final

The current value of the indicator. This value must be between 0 and 100.

If non-null, a determinate progress ring is created:

Determinate Progress Ring

If null, an indeterminate progress ring is created:

Indeterminate Progress Ring

Implementation

final double? value;