textUnderlineStyle属性

String textUnderlineStyle

获取"text-underline-style"的值

实现

String get textUnderlineStyle => getPropertyValue('text-underline-style');
void textUnderlineStyle=(String value)

设置"text-underline-style"的值

实现

set textUnderlineStyle(String value) {
  setProperty('text-underline-style', value, '');
}