animation property

Animation<double>? animation
final

Optional animation for animated connections.

When provided, the animation value will be passed to animated connections for rendering effects.

Implementation

final Animation<double>? animation;