maxParticleSize property
The maximum size a particle can have.
Kept for backward compatibility. When particleConfig is not provided, this value is used as the source for ParticleConfig.maxParticleSize.
Implementation
@Deprecated('Use particleConfig.maxSize instead')
final double? maxParticleSize;