RangeRadialGaugePainter constructor
RangeRadialGaugePainter({
- required double sweepAngle,
- required Color pointerColor,
- required String minValue,
- required String maxValue,
- required double actualValue,
- required int decimalPlaces,
- required List<
Range> ranges, - required double maxDegree,
- required double startDegree,
- required bool isLegend,
- required double strokeWidth,
- required TextStyle actualValueTextStyle,
- required TextSpan unit,
- Key? key,
Implementation
RangeRadialGaugePainter({
required this.sweepAngle,
required this.pointerColor,
required this.minValue,
required this.maxValue,
required this.actualValue,
required this.decimalPlaces,
required this.ranges,
required this.maxDegree,
required this.startDegree,
required this.isLegend,
required this.strokeWidth,
required this.actualValueTextStyle,
required this.unit,
Key? key,
});