slideAnimation property

Animation<double> get slideAnimation

Implementation

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