CircleInnerFrame constructor

CircleInnerFrame(
  1. AnimationController _controller,
  2. Animation<double> _animation,
  3. double _baseAnimationValue,
  4. CircleDataItem _data,
)

Implementation

CircleInnerFrame(
  this._controller,
  this._animation,
  this._baseAnimationValue,
  this._data,
);