SpermsPainter constructor

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

Implementation

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