curvedAnimation property

Animation<double> curvedAnimation

Implementation

Animation<double> get curvedAnimation {
  _hasTween = true;
  return _injectedAnimation.curvedAnimation;
}