textColor property

String get textColor

Implementation

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

Implementation

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