CropAreaInput constructor
- required PointInput topLeft,
- required PointInput bottomRight,
- Angle? angle,
Implementation
CropAreaInput({required this.topLeft, required this.bottomRight, this.angle});
CropAreaInput({required this.topLeft, required this.bottomRight, this.angle});