webkitMaskBoxImageSource property

String webkitMaskBoxImageSource

@deprecated This is a legacy alias of maskBorderSource.

MDN Reference

Implementation

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

Implementation

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