Creates a painter that draws a polyline with a texture.
Source
TexturedLinePainter(this._points, this.colors, this.widths, [Texture texture, this.textureStops]) { this.texture = texture; }
Creates a painter that draws a polyline with a texture.
TexturedLinePainter(this._points, this.colors, this.widths, [Texture texture, this.textureStops]) { this.texture = texture; }