Gets the value of "text-emphasis-style"
Source
String get textEmphasisStyle => getPropertyValue('text-emphasis-style');
Sets the value of "text-emphasis-style"
Source
set textEmphasisStyle(String value) { setProperty('text-emphasis-style', value, ''); }