bgColor property

String bgColor

Implementation

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

Implementation

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