textEmphasis 属性

String textEmphasis

获取 "text-emphasis" 的值

实现

String get textEmphasis => getPropertyValue('text-emphasis');
void textEmphasis=(String value)

设置 "text-emphasis" 的值

实现

set textEmphasis(String value) {
  setProperty('text-emphasis', value, '');
}