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