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