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