PointInfo constructor

const PointInfo({
  1. required double x,
  2. required double y,
})

Implementation

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