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