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