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