imageSmoothingEnabled property

bool imageSmoothingEnabled

Implementation

_i2.bool get imageSmoothingEnabled => _i4.getProperty(
      this,
      'imageSmoothingEnabled',
    );
void imageSmoothingEnabled=(bool value)

Implementation

set imageSmoothingEnabled(_i2.bool value) {
  _i4.setProperty(
    this,
    'imageSmoothingEnabled',
    value,
  );
}