onEffectStateChanged property

(void Function(Effect<AnimatedParticle>, EffectState)?) onEffectStateChanged
final

Callback called when effect state has changed. See EffectState.

Implementation

final void Function(Effect, EffectState)? onEffectStateChanged;