UChartPoint constructor

const UChartPoint({
  1. required double x,
  2. required double y,
  3. double? size,
})

Implementation

const UChartPoint({required this.x, required this.y, this.size});