bool get endAnimation => _endAnimation;
set endAnimation(bool endAnimation) { _endAnimation = endAnimation; notifyListeners(); }