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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}