CornerPoint constructor

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

Implementation

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