CropTransformWithAnimation constructor
      const
      CropTransformWithAnimation({ 
    
    
- Key? key,
- required TransformData transform,
- required Widget child,
- bool shouldAnimate = true,
Implementation
const CropTransformWithAnimation({
  super.key,
  required this.transform,
  required this.child,
  this.shouldAnimate = true,
});