textLineThroughWidth property Null safety

String textLineThroughWidth

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

Implementation

String get textLineThroughWidth =>
    getPropertyValue('text-line-through-width');
void textLineThroughWidth= (String value)

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

Implementation

set textLineThroughWidth(String value) {
  setProperty('text-line-through-width', value, '');
}