webkitMaskBoxImageOutset property

String get webkitMaskBoxImageOutset

@deprecated This is a legacy alias of maskBorderOutset.

MDN Reference

Implementation

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

Implementation

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