shapeMix property

List<ParticleShape>? shapeMix
final

Replaces which ParticleShapes are randomly chosen when non-null and non-empty. Include ParticleShape.emoji if you want unicode particles (still driven by emojiPool on the widget / engine).

Very long lists are truncated when building particles.

Implementation

final List<ParticleShape>? shapeMix;