rotation property

Animation<double> get rotation

Implementation

Animation<double> get rotation => Tween<double>(begin: 0, end: 1).animate(
  CurvedAnimation(parent: _controller, curve: this.resultArrowInterval),
);