CropImageData constructor

CropImageData({
  1. double x = 0,
  2. double y = 0,
  3. double angle = 0,
  4. double scale = 1,
})

The data that handles the transformation of the cropped image.

Implementation

CropImageData({this.x = 0, this.y = 0, this.angle = 0, this.scale = 1});