Fireworks constructor
const
Fireworks({})
Implementation
const Fireworks({
Key? key,
this.itemCount = 12,
required this.size,
required this.itemWidthMin,
required this.itemWidthMax,
this.delayStart = 0,
this.duration = 1000,
this.color = Colors.red,
}) : super(key: key);