particleSpeed property
The speed at which particles move.
Kept for backward compatibility. When particleConfig is not provided, this value is used as the source for ParticleConfig.speed.
Implementation
@Deprecated('Use particleConfig.speed instead')
final double? particleSpeed;