value property

double? value
final

The value of the progress circle. If non-null, this has to be non-negative and less the 100. If null, the progress circle will be considered indeterminate, backed by c.CupertinoActivityIndicator

Implementation

final double? value;