backgroundClip property

String backgroundClip

Implementation

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

Implementation

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