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