menu
messenger
domain/model/crop_area.dart
CropArea
CropArea constructor
CropArea
dark_mode
light_mode
CropArea
constructor
CropArea
(
{
required
CropPoint
topLeft
,
required
CropPoint
bottomRight
,
Angle
?
angle
,
})
Implementation
CropArea({required this.topLeft, required this.bottomRight, this.angle});
messenger
crop_area
CropArea
CropArea constructor
CropArea class