Rotate360Painter constructor

const Rotate360Painter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const Rotate360Painter({
  super.repaint,
  required this.color,
});