String backgroundAttachment

Gets the value of "background-attachment"

Source

String get backgroundAttachment => getPropertyValue('background-attachment');
void backgroundAttachment=(String value)

Sets the value of "background-attachment"

Source

set backgroundAttachment(String value) {
  setProperty('background-attachment', value, '');
}