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