ScaleRadialGaugePainter constructor
ScaleRadialGaugePainter({})
Implementation
ScaleRadialGaugePainter({
required this.sweepAngle,
required this.pointerColor,
required this.minValue,
required this.maxValue,
required this.actualValue,
required this.needleColor,
required this.decimalPlaces,
required this.unit,
Key? key,
});