backgroundAttachment property Null safety

String backgroundAttachment

Gets the value of "background-attachment"

Implementation

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

Sets the value of "background-attachment"

Implementation

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