showing results for - "flutter decoration image"
Nadia
21 Sep 2019
1Container(
2  width: 190.0,
3  height: 190.0,
4  decoration: new BoxDecoration(
5  shape: BoxShape.circle,
6  image: new DecorationImage(
7  fit: BoxFit.fill,
8  image: new NetworkImage(
9  "https://i.imgur.com/BoN9kdC.png"))))
similar questions
queries leading to this page
flutter decoration image