ParticlePainter constructor

ParticlePainter(
  1. List<Particle> particles
)

Implementation

ParticlePainter(this.particles);