Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created October 8, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamsitallapudi/d1a3d71e78d53ed70b49027a81b3d81b to your computer and use it in GitHub Desktop.
Save vamsitallapudi/d1a3d71e78d53ed70b49027a81b3d81b to your computer and use it in GitHub Desktop.
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