emojiPool property

List<String>? emojiPool
final

Characters to randomly assign to ParticleShape.emoji particles.

When null or empty, kDefaultCelebrationEmojis is used.

Untrusted input is trimmed, length-limited per entry, and the pool size is capped internally to avoid excessive memory use.

Implementation

final List<String>? emojiPool;