textUnderlineStyle 属性
获取 "text-underline-style" 的值
实现
String get textUnderlineStyle => getPropertyValue('text-underline-style');
设置 "text-underline-style" 的值
实现
set textUnderlineStyle(String value) {
setProperty('text-underline-style', value, '');
}