Particle constructor
Particle({})
Implementation
Particle({
required this.x,
required this.y,
required this.size,
required this.speed,
required this.direction,
required this.opacity,
});
Particle({
required this.x,
required this.y,
required this.size,
required this.speed,
required this.direction,
required this.opacity,
});