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