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

description

String gettextLineThroughMode

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

Implementation

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

settextLineThroughMode (String value)

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

Implementation

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