double get appearElements => _appearElements;
set appearElements(double appearElements) { _appearElements = appearElements; notifyListeners(); }