Particle constructor
const
Particle({})
Implementation
const Particle({
required this.x,
required this.y,
required this.size,
required this.color,
required this.speed,
required this.angle,
});
const Particle({
required this.x,
required this.y,
required this.size,
required this.color,
required this.speed,
required this.angle,
});