SeriesItem constructor
const
SeriesItem({})
Implementation
const SeriesItem({
required this.name,
required this.points,
required this.color,
this.pointRadius = 5.0,
this.connectPoints = false,
this.lineWidth = 2.0,
this.showPoints = true,
this.lineCap = StrokeCap.round,
});