textEmphasisStyle property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String gettextEmphasisStyle

Gets the value of "text-emphasis-style"

Implementation

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

settextEmphasisStyle (String value)

Sets the value of "text-emphasis-style"

Implementation

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