imageSmoothingEnabled property

bool imageSmoothingEnabled

Implementation

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

Implementation

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