void setImageDimensions(String width, String height) { _imageWidth = width; _imageHeight = height; notifyListeners(); }