CropAreaInput constructor

CropAreaInput({
  1. required PointInput topLeft,
  2. required PointInput bottomRight,
  3. Angle? angle,
})

Implementation

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