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

description

String gettextStroke

Gets the value of "text-stroke"

Implementation

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

settextStroke (String value)

Sets the value of "text-stroke"

Implementation

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