enableFadeAnimation property

  1. @Deprecated('Use fadeConfig instead')
bool? enableFadeAnimation
final

Determines whether the particles will fade out over time.

Kept for backward compatibility. This flag is used together with fadeConfig; when fadeConfig is not provided, the default FadeConfig is created based on the deprecated fade fields.

Implementation

@Deprecated('Use fadeConfig instead')
final bool? enableFadeAnimation;