获取 "text-decoration" 的值
String get textDecoration => getPropertyValue('text-decoration');
设置 "text-decoration" 的值
set textDecoration(String value) { setProperty('text-decoration', value, ''); }