textLineThroughColor property Null safety

String textLineThroughColor

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

Implementation

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

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

Implementation

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