Skip to content

Instantly share code, notes, and snippets.

@vmwsree
Created August 29, 2018 11:07
Show Gist options
  • Save vmwsree/21999edd90b0adb29725d35051e9ebfc to your computer and use it in GitHub Desktop.
Save vmwsree/21999edd90b0adb29725d35051e9ebfc to your computer and use it in GitHub Desktop.

dart

new Container(
  child: new OverflowBox(
    minWidth: 0.0, 
    minHeight: 0.0, 
    maxWidth: double.INFINITY, 
    child: new Image(
      image: new AssetImage('assets/images/bubbles.jpg'), 
      fit: BoxFit.cover)) 
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment