UPointSeries constructor

const UPointSeries({
  1. required List<UChartPoint> points,
  2. String? name,
  3. Color? color,
})

Implementation

const UPointSeries({required this.points, this.name, this.color});