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