ConfettiSample constructor

ConfettiSample({
  1. Key? key,
  2. int? seconds = 10,
  3. int? delay = 5,
  4. required String imagePath,
})

Implementation

ConfettiSample({Key? key, this.seconds=10,this.delay=5,required this.imagePath}) : super(key: key);