imageRendering property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getimageRendering
Gets the value of "image-rendering"
Implementation
String get imageRendering => getPropertyValue('image-rendering');
setimageRendering (String value)
Sets the value of "image-rendering"
Implementation
set imageRendering(String value) {
setProperty('image-rendering', value, '');
}