PointPair constructor Null safety

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

Implementation

PointPair({required this.x, required this.y});