bool get middleAnimation => _middleAnimation;
set middleAnimation(bool middleAnimation) { _middleAnimation = middleAnimation; notifyListeners(); }