underlineStyle property

String underlineStyle

Implementation

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

Implementation

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