FireworksCanvas constructor
const
FireworksCanvas({})
Implementation
const FireworksCanvas({
Key? key,
required this.radius,
required this.itemWidth,
required this.itemNumber,
required this.size,
required this.color,
}) : super(key: key);