clip property

String clip

@deprecated

MDN Reference

Implementation

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

Implementation

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