textEmphasisStyle property Null safety

String textEmphasisStyle

Gets the value of "text-emphasis-style"

Implementation

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

Sets the value of "text-emphasis-style"

Implementation

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