background property

String background

Implementation

String get background => js_util.getProperty(this, 'background');
void background=(String newValue)

Implementation

set background(String newValue) {
  js_util.setProperty(this, 'background', newValue);
}