I have a simple image that I want to put semi transparent. I have seen some methods to do it, but none of them was talking about the parameter opacity
of the own Image.asset
that accepts a widget of type Animation
. Is it possible to change the opacity permanently with this parameter?
Image.asset(
"assets/images/triangles_small.png",
height: 380,
),