webkitMaskBoxImageWidth property

String get webkitMaskBoxImageWidth

@deprecated This is a legacy alias of maskBorderWidth.

MDN Reference

Implementation

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

Implementation

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