Animation<double> get widthAnimation => Tween<double>(begin: 0, end: containerSize.width) .animate(curvedAnimation);