PointDataSet<T extends PointChartValue> constructor
PointDataSet<T extends PointChartValue> ({})
Implementation
PointDataSet({
required this.data,
super.legend,
this.pointSize = 3,
PdfColor super.color = PdfColors.blue,
super.borderColor,
super.borderWidth = 1.5,
this.drawPoints = true,
this.shape,
this.buildValue,
this.valuePosition = ValuePosition.auto,
});