String textEmphasisColor

Gets the value of "text-emphasis-color"

Source

String get textEmphasisColor => getPropertyValue('text-emphasis-color');
void textEmphasisColor=(String value)

Sets the value of "text-emphasis-color"

Source

set textEmphasisColor(String value) {
  setProperty('text-emphasis-color', value, '');
}