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