particles property

List<Particle> get particles

Returns the live burst particle pool (may be null before first burst).

Implementation

List<Particle> get particles => _pool ?? const [];