MovingParticle constructor
MovingParticle({})
Implementation
MovingParticle({
required this.child,
required this.to,
Vector2? from,
super.lifespan,
super.curve,
}) : from = from ?? Vector2.zero();
MovingParticle({
required this.child,
required this.to,
Vector2? from,
super.lifespan,
super.curve,
}) : from = from ?? Vector2.zero();