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