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