CropPoint constructor

CropPoint({
  1. required int x,
  2. required int y,
})

Implementation

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