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