particleColor property

  1. @Deprecated('Use particleConfig.color instead')
Color? particleColor
final

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;