-
-
Save vamsitallapudi/d1a3d71e78d53ed70b49027a81b3d81b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return Scaffold( | |
body: Container( | |
// Adding bg.png as a background image to this Container | |
decoration: BoxDecoration( | |
image: DecorationImage( | |
image: AssetImage("images/bg.png"), | |
fit: BoxFit.cover, | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment