objectFit property

String objectFit

Gets the value of "object-fit"

Implementation

String get objectFit => getPropertyValue('object-fit');
void objectFit=(String value)

Sets the value of "object-fit"

Implementation

set objectFit(String value) {
  setProperty('object-fit', value, '');
}