lineDashOffset property
The
CanvasRenderingContext2D.lineDashOffset
property of the Canvas 2D API sets the line dash offset, or "phase."
Note: Lines are drawn by calling the CanvasRenderingContext2D.stroke method.
Implementation
external double get lineDashOffset;
Implementation
external set lineDashOffset(num value);