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