minValue
The minimum value for the progress indicator.
Declaration
var minValue: Double { get set }Discussion
By default, a determinate progress indicator goes from 0.0 to 100.0, so the default value of this property is 0.0.
An indeterminate progress indicator does not use this value.