CircleProgress
CircleProgress copied to clipboard
DonutProgress does not take max into consideration
This line just print actual progress value which works well for default max value (100) but it is incorrect for custom value (e.g. 5). Angle is calculated correctly.
String text = this.text != null ? this.text : prefixText + progress + suffixText;