textEmphasisPosition property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextEmphasisPosition
Gets the value of "text-emphasis-position"
Implementation
String get textEmphasisPosition => getPropertyValue('text-emphasis-position');
settextEmphasisPosition (String value)
Sets the value of "text-emphasis-position"
Implementation
set textEmphasisPosition(String value) {
setProperty('text-emphasis-position', value, '');
}