resultBox property

Animation<double> get resultBox

Implementation

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