ComponentParticle constructor
ComponentParticle({})
Implementation
ComponentParticle({
required this.component,
this.size,
this.overridePaint,
double? lifespan,
}) : super(
lifespan: lifespan,
);