is there some way for using NetworkImage as background ?
I need create some box with network image and I need add some widgets over this image.
Thanks for help.
Use the decoration
attribute of Container
to put the network image. You must also update the container size.
Container(
decoration:
BoxDecoration(
image: DecorationImage(
image: NetworkImage("http://via.placeholder.com/350x150"))))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With