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