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