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