String textOverlineColor

Gets the value of "text-overline-color"

Source

String get textOverlineColor => getPropertyValue('text-overline-color');
void textOverlineColor=(String value)

Sets the value of "text-overline-color"

Source

set textOverlineColor(String value) {
  setProperty('text-overline-color', value, '');
}