Use case
In BlendMode.plus it advises that images should crossfade using blendmodes. But RawImage only accepts a colorBlendMode for blending a color. RenderImage ultimately calls paintImage which accepts a blend mode but it isn't passed through.
Proposal
Add blendMode parameter to RawImage and curry it to RenderImage.
Use case
In BlendMode.plus it advises that images should crossfade using blendmodes. But
RawImageonly accepts acolorBlendModefor blending a color.RenderImageultimately callspaintImagewhich accepts a blend mode but it isn't passed through.Proposal
Add
blendModeparameter toRawImageand curry it toRenderImage.