update method

  1. @override
void update(
  1. double dt
)

Updates the _timer of this Particle.

Implementation

@override
void update(double dt) {
  flareAnimation.advance(dt);
}