imageSmoothingQuality property

ImageSmoothingQuality imageSmoothingQuality

Implementation

_i3.ImageSmoothingQuality get imageSmoothingQuality =>
    _i3.ImageSmoothingQualityOptions.values.byName(_i4.getProperty(
      this,
      'imageSmoothingQuality',
    ));
void imageSmoothingQuality=(ImageSmoothingQuality value)

Implementation

set imageSmoothingQuality(_i3.ImageSmoothingQuality value) {
  _i4.setProperty(
    this,
    'imageSmoothingQuality',
    value.name,
  );
}