ConnectionEffects class

Built-in connection animation effects

This class provides easy access to all the built-in connection animation effects that can be applied to connections in a node flow diagram.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

all List<ConnectionEffect>
All built-in connection effects
final
allFlowingDash List<ConnectionEffect>
All flowing dash effect variations
final
allGradientFlow List<ConnectionEffect>
All gradient flow effect variations
final
allParticles List<ConnectionEffect>
All particle effect variations
final
allPulse List<ConnectionEffect>
All pulse effect variations
final
flowingDash ConnectionEffect
Flowing dash effect with default settings
final
flowingDashFast ConnectionEffect
Fast flowing dash effect
final
flowingDashSlow ConnectionEffect
Slow flowing dash effect
final
gradientFlow ConnectionEffect
Standard gradient flow effect
final
gradientFlowBlue ConnectionEffect
Blue to cyan gradient flow
final
gradientFlowFast ConnectionEffect
Fast gradient flow
final
gradientFlowPurple ConnectionEffect
Purple to pink gradient flow
final
particles ConnectionEffect
Standard particle effect with circle particles
final
particlesArrow ConnectionEffect
Particle effect with arrow particles
final
particlesFast ConnectionEffect
Fast particle effect with more particles
final
particlesFire ConnectionEffect
Fire emoji particles
final
particlesRocket ConnectionEffect
Rocket emoji particles
final
pulse ConnectionEffect
Standard pulse effect
final
pulseFast ConnectionEffect
Fast pulse effect
final
pulseStrong ConnectionEffect
Strong pulse effect with glow
final
pulseSubtle ConnectionEffect
Subtle pulse effect
final