Skip to content

Instantly share code, notes, and snippets.

@pologonzalo
Created September 8, 2018 13:48
Show Gist options
  • Save pologonzalo/ad33a93e4b3dde9beb17c7db8cbe8427 to your computer and use it in GitHub Desktop.
Save pologonzalo/ad33a93e4b3dde9beb17c7db8cbe8427 to your computer and use it in GitHub Desktop.
Widget _buildBackground() {
return new Image.asset(
'images/background-splash.png',
fit: BoxFit.fitHeight,
height: double.infinity,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment