UPointSeries constructor
const
UPointSeries({
- required List<
UChartPoint> points, - String? name,
- Color? color,
Implementation
const UPointSeries({required this.points, this.name, this.color});