InstaAssetCropTransform constructor
const
InstaAssetCropTransform({
- Key? key,
- required AssetEntity asset,
- required CropInternal? cropParam,
- required Widget child,
Implementation
const InstaAssetCropTransform({
super.key,
required this.asset,
required this.cropParam,
required this.child,
});