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