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