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