Answers for "flutter decoration image"

1

flutter decoration image

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"))))
Posted by: Guest on November-29-2020

Code answers related to "flutter decoration image"

Code answers related to "Javascript"

Browse Popular Code Answers by Language