animation property

Animation<double>? animation
final

Optional animation for animated temporary connections.

When provided, the animation value will be passed to temporary connections for rendering animation effects (if configured in the theme).

Implementation

final Animation<double>? animation;