fgColor property
String
get
fgColor
Implementation
String get fgColor => js_util.getProperty(this, 'fgColor');
set
fgColor
(String newValue)
Implementation
set fgColor(String newValue) {
js_util.setProperty(this, 'fgColor', newValue);
}