objectFit property
String
get
objectFit
Implementation
_i2.String get objectFit => _i4.getProperty(
this,
'objectFit',
);
set
objectFit
(String value)
Implementation
set objectFit(_i2.String value) {
_i4.setProperty(
this,
'objectFit',
value,
);
}