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