webkitMaskBoxImageSlice property

String webkitMaskBoxImageSlice

@deprecated This is a legacy alias of maskBorderSlice.

MDN Reference

Implementation

_i2.String get webkitMaskBoxImageSlice => _i4.getProperty(
      this,
      'webkitMaskBoxImageSlice',
    );
void webkitMaskBoxImageSlice=(String value)

Implementation

set webkitMaskBoxImageSlice(_i2.String value) {
  _i4.setProperty(
    this,
    'webkitMaskBoxImageSlice',
    value,
  );
}