objectFit property
Gets the value of "object-fit"
Implementation
String get objectFit => getPropertyValue('object-fit');
Sets the value of "object-fit"
Implementation
set objectFit(String value) {
setProperty('object-fit', value, '');
}
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, '');
}