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