webkitMaskClip property

String webkitMaskClip

@deprecated This is a legacy alias of maskClip.

MDN Reference

Implementation

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

Implementation

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