Particle constructor
Particle({})
Implementation
Particle({
required this.color,
required this.size,
required this.angle,
required this.velocity,
this.rotationAngle = 0.0,
this.lifetime = 1.0,
this.startTime = 0.0,
});