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