webkitMaskBoxImage property

String webkitMaskBoxImage

@deprecated This is a legacy alias of maskBorder.

MDN Reference

Implementation

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

Implementation

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