GaugeChartPainter constructor
const
GaugeChartPainter({})
Implementation
const GaugeChartPainter({
required this.value,
required this.maxValue,
required this.rangeColors,
required this.rangeValues,
required this.strokeWidth,
});