rotation property

Animation<double> rotation

Implementation

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