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