textOverlineColor property

String textOverlineColor

Gets the value of "text-overline-color"

Implementation

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

Sets the value of "text-overline-color"

Implementation

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