textColor property

String textColor

Implementation

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

Implementation

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