String textLineThroughStyle

Gets the value of "text-line-through-style"

Source

String get textLineThroughStyle =>
    getPropertyValue('text-line-through-style');
void textLineThroughStyle=(String value)

Sets the value of "text-line-through-style"

Source

set textLineThroughStyle(String value) {
  setProperty('text-line-through-style', value, '');
}