textStrokeWidth property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextStrokeWidth
Gets the value of "text-stroke-width"
Implementation
String get textStrokeWidth => getPropertyValue('text-stroke-width');
settextStrokeWidth (String value)
Sets the value of "text-stroke-width"
Implementation
set textStrokeWidth(String value) {
setProperty('text-stroke-width', value, '');
}