animationCurve property

Curve get animationCurve

Implementation

Curve get animationCurve {
  _checkNotDisposed();
  return _tree.animationCurve;
}
set animationCurve (Curve value)

Implementation

set animationCurve(Curve value) {
  _checkNotDisposed();
  _tree.animationCurve = value;
}