background property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getbackground
Gets the value of "background"
Implementation
String get background => getPropertyValue('background');
setbackground (String value)
Sets the value of "background"
Implementation
set background(String value) {
setProperty('background', value, '');
}