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