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