getRenderLineN method
LineRendererConfig<num>
getRenderLineN(
)
Implementation
common.LineRendererConfig<num> getRenderLineN() {
return common.LineRendererConfig(
areaOpacity: areaOpacity,
dashPattern: dashPattern,
includeArea: includeArea,
includeLine: includeLine,
includePoints: includePoints,
radiusPx: radiusPx,
roundEndCaps: roundEndCaps,
strokeWidthPx: strokeWidthPx,
pointRendererDecorators: [
if (showPointLabel)
pointLabelDecorator?.getRenderNumeric() ??
PointLabelDecorator().getRenderNumeric(),
],
);
}