CropArea constructor

CropArea({
  1. required CropPoint topLeft,
  2. required CropPoint bottomRight,
  3. Angle? angle,
})

Implementation

CropArea({required this.topLeft, required this.bottomRight, this.angle});