webkitBackgroundClip property

String webkitBackgroundClip

@deprecated This is a legacy alias of backgroundClip.

MDN Reference

Implementation

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

Implementation

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