textStrokeColor property

String textStrokeColor

Gets the value of "text-stroke-color"

Implementation

String get textStrokeColor => getPropertyValue('text-stroke-color');
void textStrokeColor=(String value)

Sets the value of "text-stroke-color"

Implementation

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