LinePaint constructor
LinePaint({})
Implementation
LinePaint({
this.lineOpacity,
this.lineColor,
this.lineTranslate,
this.lineTranslateAnchor,
this.lineWidth,
this.lineGapWidth,
this.lineOffset,
this.lineBlur,
this.lineDasharray,
this.linePattern,
this.lineGradient,
});