Gets the value of "background-attachment"
Source
String get backgroundAttachment => getPropertyValue('background-attachment');
Sets the value of "background-attachment"
Source
set backgroundAttachment(String value) { setProperty('background-attachment', value, ''); }