ClockPainter constructor
const
ClockPainter({
- Listenable? repaint,
- required Color color,
Implementation
const ClockPainter({
super.repaint,
required this.color,
});