textLineThroughStyle property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextLineThroughStyle
Gets the value of "text-line-through-style"
Implementation
String get textLineThroughStyle =>
getPropertyValue('text-line-through-style');
settextLineThroughStyle (String value)
Sets the value of "text-line-through-style"
Implementation
set textLineThroughStyle(String value) {
setProperty('text-line-through-style', value, '');
}