Updates the _timer of this Particle.
_timer
@override void update(double dt) { super.update(dt); for (final child in children) { child.update(dt); } }