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