Gets the value of "text-stroke"
Source
String get textStroke => getPropertyValue('text-stroke');
Sets the value of "text-stroke"
Source
set textStroke(String value) {
setProperty('text-stroke', value, '');
}
Gets the value of "text-stroke"
String get textStroke => getPropertyValue('text-stroke');
Sets the value of "text-stroke"
set textStroke(String value) {
setProperty('text-stroke', value, '');
}