widthAnimation property

Animation<double> get widthAnimation

Implementation

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