Gets the value of "object-fit"
String get objectFit => getPropertyValue('object-fit');
Sets the value of "object-fit"
set objectFit(String value) { setProperty('object-fit', value, ''); }