Image size
Closed this issue · 1 comments
muzamilhaq commented
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
I'm having the same issue.
How would I resize the image to be bigger?