colorBlendMode property
final
Used to combine color with this image.
The default is BlendMode.srcIn. In terms of the blend mode, color is the source and this image is the destination.
See also:
- BlendMode, which includes an illustration of the effect of each blend mode.
- placeholderColorBlendMode, the color blend mode which applies to the placeholder.
Implementation
final BlendMode? colorBlendMode;