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