InspectionCamera constructor

const InspectionCamera({
  1. Key? key,
  2. required CameraHandler cameraHandler,
  3. required VoidCallback onClosed,
})

Implementation

const InspectionCamera({
  super.key,
  // required this.cameras,
  required this.cameraHandler,
  // required this.onImageAccept,
  // required this.cameraController,
  required this.onClosed,
  // required this.locationData,
});