underlineColor property

String underlineColor

Implementation

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

Implementation

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