textEmphasisStyle property

String get textEmphasisStyle

Gets the value of "text-emphasis-style"

Implementation

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

Sets the value of "text-emphasis-style"

Implementation

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