textLineThroughStyle property

String textLineThroughStyle

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

Implementation

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

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

Implementation

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