String textEmphasis

Gets the value of "text-emphasis"

Source

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

Sets the value of "text-emphasis"

Source

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