CropTransform constructor
const
CropTransform({})
Implementation
const CropTransform({
super.key,
required this.ratio,
required this.scale,
required this.view,
required this.childSize,
required this.getRect,
required this.child,
this.layoutSize,
});