fgColor property

String fgColor

Implementation

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

Implementation

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