FireworkModel constructor
FireworkModel({})
Implementation
FireworkModel({
required this.fillShape,
this.pos = Offset.zero,
required this.velocity,
this.acceleration = Offset.zero,
required this.random,
required this.width,
required this.height,
required this.color,
required this.shape,
this.particles = const [],
});