CameraView constructor

const CameraView({
  1. double? height,
  2. Key? key,
})

Implementation

const CameraView({
  this.height,
  super.key,
});