underlineStyle property

String get underlineStyle

Implementation

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

Implementation

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