ConfigRenderLine constructor
const
ConfigRenderLine({})
Implementation
const ConfigRenderLine({
this.radiusPx = 3.5,
this.strokeWidthPx = 2.0,
this.dashPattern,
this.includeLine = true,
this.includePoints = false,
this.includeArea = false,
this.areaOpacity = 0.1,
this.roundEndCaps = false,
this.showPointLabel = false,
this.pointLabelDecorator,
});