textLineThroughColor property

String get textLineThroughColor

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

Implementation

String get textLineThroughColor =>
    getPropertyValue('text-line-through-color');
set textLineThroughColor (String value)

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

Implementation

set textLineThroughColor(String value) {
  setProperty('text-line-through-color', value, '');
}