MGaugeGraphRoundPainter constructor
MGaugeGraphRoundPainter({})
Implementation
MGaugeGraphRoundPainter({
required this.value,
required this.graphWidth,
required this.activeColor,
this.activeGradientColor,
required this.inactiveColor,
required this.arcStartAngle,
required this.reverse,
required this.strokeCap,
});