textLineThroughColor property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String gettextLineThroughColor

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

Implementation

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

settextLineThroughColor (String value)

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

Implementation

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