colorBlendMode property

BlendMode? colorBlendMode
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:

Implementation

final BlendMode? colorBlendMode;