FluidsPainter constructor

FluidsPainter(
  1. List<Particle> particles,
  2. Animation<double> animation,
  3. Color particleColor
)

Implementation

FluidsPainter(this.particles, this.animation, this.particleColor)
    : super(repaint: animation);