textStrokeWidth property Null safety

String textStrokeWidth

Gets the value of "text-stroke-width"

Implementation

String get textStrokeWidth => getPropertyValue('text-stroke-width');
void textStrokeWidth= (String value)

Sets the value of "text-stroke-width"

Implementation

set textStrokeWidth(String value) {
  setProperty('text-stroke-width', value, '');
}