Gets the value of "text-overline-mode"
String get textOverlineMode => getPropertyValue('text-overline-mode');
Sets the value of "text-overline-mode"
set textOverlineMode(String value) { setProperty('text-overline-mode', value, ''); }