bool get startAnimation => _startAnimation;
set startAnimation(bool startAnimation) { _startAnimation = startAnimation; notifyListeners(); }