bgColor property

String get bgColor

Implementation

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

Implementation

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