imageSmoothingQuality property

ImageSmoothingQuality imageSmoothingQuality

Implementation

ImageSmoothingQuality get imageSmoothingQuality =>
    ImageSmoothingQuality.fromValue(
        js_util.getProperty(this, 'imageSmoothingQuality'));
void imageSmoothingQuality=(ImageSmoothingQuality newValue)

Implementation

set imageSmoothingQuality(ImageSmoothingQuality newValue) {
  js_util.setProperty(this, 'imageSmoothingQuality', newValue.value);
}