Gets the value of "background-attachment"
Source
String get backgroundAttachment => this._backgroundAttachment;
Sets the value of "background-attachment"
Source
set backgroundAttachment(String value) {
_backgroundAttachment = value == null ? '' : value;
}