InspectionCamera constructor
const
InspectionCamera({
- Key? key,
- required CameraHandler cameraHandler,
- 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,
});