textEmphasisStyle 属性

String textEmphasisStyle

获取 "text-emphasis-style" 的值

实现

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

设置 "text-emphasis-style" 的值

实现

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