EdgeDetectionCamera constructor
const
EdgeDetectionCamera({
- Key? key,
- EdgeDetectionCameraController? controller,
- OnDocumentCaptured? onCapture,
- bool autoCapture = false,
- String? saveTo,
- String? scanFrameBorderColor,
- String? scanFrameBodyColor,
- 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);