CircleParticle({ required this.paint, this.radius = 10.0, double? lifespan, }) : super(lifespan: lifespan);