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