particleBlendMode property
final
Blend mode for particle fills/strokes (additive / screen effects).
When null, painting uses the default (BlendMode.srcOver). Emoji TextPainter draws may not honor blend modes consistently across platforms.
Implementation
final BlendMode? particleBlendMode;