blendMode property

BlendMode blendMode
final

The blend mode to be used when applying the gradient. default: BlendMode.srcIn (i.e., the gradient will be applied to the text). It's better to use BlendMode.srcIn or BlendMode.srcATop.

Implementation

final BlendMode blendMode;