menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. textEmphasis property
textEmphasis

textEmphasis property

String get textEmphasis

Gets the value of "text-emphasis"

Implementation

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

Sets the value of "text-emphasis"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /