textStrokeWidth property

String get textStrokeWidth

Gets the value of "text-stroke-width"

Implementation

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

Sets the value of "text-stroke-width"

Implementation

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