linkColor property

String linkColor

Implementation

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

Implementation

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