menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. objectFit property
objectFit

objectFit property

String get objectFit

Gets the value of "object-fit"

Implementation

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

Sets the value of "object-fit"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /