HandPainter constructor
HandPainter({})
Implementation
HandPainter({
required this.shadowHand,
required this.hand,
required this.value,
required this.start,
required this.end,
required this.color,
required this.handSize,
}) : minuteHandPaint = Paint() {
minuteHandPaint.color = color;
minuteHandPaint.style = PaintingStyle.fill;
}