Closed AreebaJawed closed 3 years ago
I wan my image in AnimatedSplash to fit full screen. How can I do that?
AnimatedSplash( imagePath: 'assets/ss.gif', customFunction: playSound, duration: 4000, home: SecondScreen(), outputAndHome: output, type: AnimatedSplashType.BackgroundProcess, ),
custom child can solve the issue
I wan my image in AnimatedSplash to fit full screen. How can I do that?
AnimatedSplash( imagePath: 'assets/ss.gif', customFunction: playSound, duration: 4000, home: SecondScreen(), outputAndHome: output, type: AnimatedSplashType.BackgroundProcess, ),