Particle.dust constructor
Particle.dust(})
Implementation
Particle.dust(
double r,
double g,
double b, {
required double size,
this.location,
this.delta,
this.speed = 0,
this.count = 1,
this.force = false,
this.player,
}) : particle = Particles.dust,
texture = '$r $g $b $size';