textLineThroughMode property

String textLineThroughMode

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

Implementation

String get textLineThroughMode => getPropertyValue('text-line-through-mode');
void textLineThroughMode=(String value)

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

Implementation

set textLineThroughMode(String value) {
  setProperty('text-line-through-mode', value, '');
}