backgroundAttachment property

String backgroundAttachment

Implementation

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

Implementation

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