rootEffect property

Effect<AnimatedParticle> rootEffect

Root effect that triggered this effect

Implementation

Effect get rootEffect => _rootEffect ?? this;
void rootEffect=(Effect<AnimatedParticle> rootEffect)

Implementation

set rootEffect(Effect rootEffect) {
  _rootEffect = rootEffect;
}