CircleParticle constructor
const
CircleParticle({})
Implementation
const CircleParticle({
required this.animation,
required this.color,
this.lineCount = 8,
this.size = 50,
this.lineLength,
super.key,
});
const CircleParticle({
required this.animation,
required this.color,
this.lineCount = 8,
this.size = 50,
this.lineLength,
super.key,
});