background property

String get background

Implementation

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

Implementation

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