CropControllerValue constructor

const CropControllerValue(
  1. double? aspectRatio,
  2. Rect crop,
  3. CropRotation rotation,
  4. double minimumImageSize,
)

Implementation

const CropControllerValue(
  this.aspectRatio,
  this.crop,
  this.rotation,
  this.minimumImageSize,
);