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