Sparkle constructor
Sparkle({})
Implementation
Sparkle({
required this.id,
required this.x,
required this.y,
required this.color,
required this.delay,
required this.scale,
required this.lifespan,
});
Sparkle({
required this.id,
required this.x,
required this.y,
required this.color,
required this.delay,
required this.scale,
required this.lifespan,
});