WindPainter constructor

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

Implementation

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