CropControllerValue constructor
const
CropControllerValue(
- double? aspectRatio,
- Rect crop,
- CropRotation rotation,
- double minimumImageSize,
Implementation
const CropControllerValue(
this.aspectRatio,
this.crop,
this.rotation,
this.minimumImageSize,
);