maxParticleSize property

  1. @Deprecated('Use particleConfig.maxSize instead')
double? maxParticleSize
final

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;