textLineThroughWidth property
String
get
textLineThroughWidth
Gets the value of "text-line-through-width"
Implementation
String get textLineThroughWidth =>
getPropertyValue('text-line-through-width');
set
textLineThroughWidth
(String? value)
Sets the value of "text-line-through-width"
Implementation
set textLineThroughWidth(String? value) {
setProperty('text-line-through-width', value, '');
}