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