I'm using flutter and i can't put a linear gradient overlay to my image.
I tried some solutions but no one works, can someone explain to me how can i get the result that i show in the image? The image is from internet.
Thanks
This is what i want
I'm using flutter and i can't put a linear gradient overlay to my image.
I tried some solutions but no one works, can someone explain to me how can i get the result that i show in the image? The image is from internet.
Thanks
This is what i want

You can add a linear gradient overlay to an image using the
Stackwidget to overlay widgets on top of each other.Here is example for that: