particleColor property
The color of the particles.
Kept for backward compatibility. When particleConfig is not provided, this value is used as the source for ParticleConfig.color.
Implementation
@Deprecated('Use particleConfig.color instead')
final Color? particleColor;