Gets the value of "text-decoration"
String get textDecoration => getPropertyValue('text-decoration');
Sets the value of "text-decoration"
set textDecoration(String value) { setProperty('text-decoration', value, ''); }