textEmphasisColor property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextEmphasisColor
Gets the value of "text-emphasis-color"
Implementation
String get textEmphasisColor => getPropertyValue('text-emphasis-color');
settextEmphasisColor (String value)
Sets the value of "text-emphasis-color"
Implementation
set textEmphasisColor(String value) {
setProperty('text-emphasis-color', value, '');
}