webkitMaskBoxImageOutset property

String webkitMaskBoxImageOutset

@deprecated This is a legacy alias of maskBorderOutset.

MDN Reference

Implementation

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

Implementation

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