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

textStroke property

String get textStroke

Gets the value of "text-stroke"

Implementation

String get textStroke => getPropertyValue('text-stroke');
set textStroke (String value)

Sets the value of "text-stroke"

Implementation

set textStroke(String value) {
 setProperty('text-stroke', value, '');
}
CssStyleDeclarationBase class

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