CircleInnerFrame constructor
CircleInnerFrame(
- AnimationController _controller,
- Animation<
double> _animation, - double _baseAnimationValue,
- CircleDataItem _data,
Implementation
CircleInnerFrame(
this._controller,
this._animation,
this._baseAnimationValue,
this._data,
);