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