double get zoom => _zoom;
set zoom(double newVal) { _zoom = newVal; debugPrint("Zoom: $newVal"); notifyListeners(); }