MyApp constructor
MyApp({
- required dynamic seconds,
- required dynamic delay,
- required String imagePath,
Implementation
MyApp({required this.seconds,required this.delay,required this.imagePath});