FlutterKnobPainter constructor
FlutterKnobPainter({})
Creates a FlutterKnobPainter to render the knob widget.
Implementation
FlutterKnobPainter({
required this.value,
required this.minValue,
required this.maxValue,
required this.markerColor,
required this.outerRingGradient,
required this.innerKnobGradient,
required this.startAngle,
required this.endAngle,
required this.rotation,
required this.showLabels,
});