Here’s a question, how do you make a Container widget
have a shadow on the inside. I tried using BoxShadow
but this is not the widget I am looking for. What I want is a shadow inside the Container
and I want this Container
to have an image
. This image
would appear blackish. Please help me find this. Thank you.
2
Answers
I guess you need a ColorFilter over your Image:
You can try fiddling with the opacity and BlendMode to get the desired result…