CameraView constructor

const CameraView({
  1. Key? key,
  2. OnCameraViewCreatedCallBack? onCreated,
  3. required CameraViewOptions cameraViewOptions,
  4. ValueSetter<CameraEvent>? onCameraEvent,
})

Implementation

const CameraView(
    {super.key,
    this.onCreated,
    required this.cameraViewOptions,
    this.onCameraEvent});