On this page
textOverlineColor property
String textOverlineColorGets the value of "text-overline-color"
Source
String get textOverlineColor => getPropertyValue('text-overline-color');
void textOverlineColor=(Sets the value of "text-overline-color"
Source
set textOverlineColor(String value) {
setProperty('text-overline-color', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/textOverlineColor.html