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