MyApp constructor

MyApp({
  1. required dynamic seconds,
  2. required dynamic delay,
  3. required String imagePath,
})

Implementation

MyApp({required this.seconds,required this.delay,required this.imagePath});