textStrokeWidth property
Gets the value of "text-stroke-width"
Implementation
String get textStrokeWidth => getPropertyValue('text-stroke-width');
Sets the value of "text-stroke-width"
Implementation
set textStrokeWidth(String value) {
setProperty('text-stroke-width', value, '');
}