webkitMaskBoxImageWidth property

String webkitMaskBoxImageWidth

@deprecated This is a legacy alias of maskBorderWidth.

MDN Reference

Implementation

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

Implementation

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