clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

Image size #6

Closed muzamilhaq closed 3 years ago

muzamilhaq commented 3 years ago

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, ),

maylortaylor commented 3 years ago

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