imageSmoothingEnabled property

bool get imageSmoothingEnabled

Implementation

bool get imageSmoothingEnabled =>
    js_util.getProperty(this, 'imageSmoothingEnabled');
set imageSmoothingEnabled (bool newValue)

Implementation

set imageSmoothingEnabled(bool newValue) {
  js_util.setProperty(this, 'imageSmoothingEnabled', newValue);
}