paddingAnimation property

Animation<double> get paddingAnimation

Implementation

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