InstaAssetCropTransform constructor

const InstaAssetCropTransform({
  1. Key? key,
  2. required AssetEntity asset,
  3. required CropInternal? cropParam,
  4. required Widget child,
})

Implementation

const InstaAssetCropTransform({
  super.key,
  required this.asset,
  required this.cropParam,
  required this.child,
});