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