particleSpeed property

  1. @Deprecated('Use particleConfig.speed instead')
double? particleSpeed
final

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;