imageSmoothingEnabled property
bool
get
imageSmoothingEnabled
Implementation
_i2.bool get imageSmoothingEnabled => _i4.getProperty(
this,
'imageSmoothingEnabled',
);
set
imageSmoothingEnabled
(bool value)
Implementation
set imageSmoothingEnabled(_i2.bool value) {
_i4.setProperty(
this,
'imageSmoothingEnabled',
value,
);
}