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