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