textOverlineMode property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextOverlineMode
Gets the value of "text-overline-mode"
Implementation
String get textOverlineMode => getPropertyValue('text-overline-mode');
settextOverlineMode (String value)
Sets the value of "text-overline-mode"
Implementation
set textOverlineMode(String value) {
setProperty('text-overline-mode', value, '');
}