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