clean-code-dev/animated_splash_screen

Image size

Closed this issue · 1 comments

I have tried resizing with height width and scale code,but still not happen,

home: AnimatedSplashScreen( splash: Image.asset("asset/logo.png",height: 400,width: 400), nextScreen: MyHomePage(title:"Home"), backgroundColor: Colors.cyanAccent, ),

I'm having the same issue.
How would I resize the image to be bigger?