So far I found in the documentation info about BlendMode in Flutter, but I haven't found the code example or something that will refer to exact usage of this enum in order to achieve masking in Flutter with image and svg file.
I found the flutter_svg library, but I haven't seen in the documentation that this feature is available. Also, I found a lot of examples for web(html/css), one of them is this.
So, is it possible and if yes how to achieve masking like this in Flutter?
Thanks