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