progressPercent property

double get progressPercent

The current progress of the value input in percent.

Implementation

double get progressPercent => (100.0 * (value - min) / (max - min));