EdgeDetectionCamera constructor

const EdgeDetectionCamera({
  1. Key? key,
  2. EdgeDetectionCameraController? controller,
  3. OnDocumentCaptured? onCapture,
  4. bool autoCapture = false,
  5. String? saveTo,
  6. String? scanFrameBorderColor,
  7. String? scanFrameBodyColor,
  8. double? scanFrameThickness,
})

Implementation

const EdgeDetectionCamera({
  Key? key,
  this.controller,
  this.onCapture,
  this.autoCapture = false,
  this.saveTo,
  this.scanFrameBorderColor,
  this.scanFrameBodyColor,
  this.scanFrameThickness,
}) : super(key: key);