activeParticles property

List<AnimatedParticle> activeParticles

Immutable List of active particles managed by the effect.

Implementation

List<AnimatedParticle> get activeParticles => _activeParticles.toList();