webkitBackgroundClip property
String
get
webkitBackgroundClip
@deprecated This is a legacy alias of backgroundClip
.
Implementation
_i2.String get webkitBackgroundClip => _i4.getProperty(
this,
'webkitBackgroundClip',
);
set
webkitBackgroundClip
(String value)
Implementation
set webkitBackgroundClip(_i2.String value) {
_i4.setProperty(
this,
'webkitBackgroundClip',
value,
);
}