Updates the _timer of this Particle.
_timer
@override void update(double dt) { super.update(dt); component.update(dt); }