wordSpacing property
The CanvasRenderingContext2D.wordSpacing property of the
Canvas API
specifies the spacing between words when drawing text.
This corresponds to the CSS
word-spacing
property.
Implementation
external String get wordSpacing;
Implementation
external set wordSpacing(String value);