parent property

  1. @override
Animation<double> parent
final

The animation whose value this animation will proxy.

This animation must remain the same for the lifetime of this object. If you wish to proxy a different animation at different times, consider using ProxyAnimation.

Implementation

@override
final Animation<double> parent;