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