Skip to content

Instantly share code, notes, and snippets.

@boldijar
Created March 9, 2018 17:23
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 boldijar/508d159eaca36a9c11f5541a0f67caab to your computer and use it in GitHub Desktop.
Save boldijar/508d159eaca36a9c11f5541a0f67caab to your computer and use it in GitHub Desktop.
new Container(
width: 190.0,
height: 190.0,
decoration: new BoxDecoration(
shape: BoxShape.circle,
image: new DecorationImage(
fit: BoxFit.fill,
image: new NetworkImage(
"https://i.imgur.com/BoN9kdC.png")
)
)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment