iconSlideAnimation property

Animation<double> get iconSlideAnimation

Implementation

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