ScannedImage constructor

ScannedImage({
  1. String? croppedImage,
  2. int? width,
  3. String? initialImage,
  4. int? height,
})

Implementation

ScannedImage({
  // this.rectangleCoordinates,
  this.croppedImage,
  this.width,
  this.initialImage,
  this.height,
});