blend-mode

Flutter - How to blend an image with a gradient colour?

馋奶兔 提交于 2019-11-30 16:47:35
问题 I am attempting to replicate a login screen design my designer did for an app. The background image uses a blendMode of softLight, the catch is that the colour it blends with is a gradient colour. Secondly there is actually two layers of different gradients (one purple gradient, one blue gradient) Original Image: Final Gradient Image Now I have tried using colorBlendMode, e.g. Image.asset( 'assets/pioneer-party.jpg', fit: BoxFit.cover, color: Color(0xff0d69ff).withOpacity(1.0), colorBlendMode