textLineThroughStyle property

String get textLineThroughStyle

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

Implementation

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

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

Implementation

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