objectFit property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getobjectFit
Gets the value of "object-fit"
Implementation
String get objectFit => getPropertyValue('object-fit');
setobjectFit (String value)
Sets the value of "object-fit"
Implementation
set objectFit(String value) {
setProperty('object-fit', value, '');
}