animationEffect property
Optional default animation effect for all connections.
If specified, this effect will be used for all connections unless overridden by the individual connection's animationEffect property. If null, connections will have no animation effect by default.
Common effects include:
- FlowingDashEffect: Flowing dashed line animation
- ParticleEffect: Particles moving along the connection
- GradientFlowEffect: Animated gradient flowing along the path
- PulseEffect: Pulsing/glowing effect
Implementation
final ConnectionEffect? animationEffect;