backgroundAttachment property

String get backgroundAttachment

Implementation

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

Implementation

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