UVCCameraView constructor

const UVCCameraView({
  1. Key? key,
  2. required UVCCameraController cameraController,
  3. required double width,
  4. required double height,
  5. UVCCameraViewParamsEntity? params,
})

Implementation

const UVCCameraView(
    {super.key,
    required this.cameraController,
    required this.width,
    required this.height,
    this.params});