particleDensity property
The density of the particles, affecting the number of particles displayed.
Kept for backward compatibility. When particleConfig is not provided, this value is used as the source for ParticleConfig.density.
Implementation
@Deprecated('Use particleConfig.density instead')
final double? particleDensity;