Animation<double> get paddingAnimation => Tween<double>(begin: containerSize.height, end: padding.horizontal * 0.5) .animate(curvedAnimation);