resultBox property

Animation<double> resultBox

Implementation

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