CameraView constructor
CameraView({})
Implementation
CameraView({
this.enabled = true,
this.fullWidth = 1,
this.fullHeight = 1,
this.offsetX = 0,
this.offsetY = 0,
this.width = 1,
this.height = 1,
});
CameraView({
this.enabled = true,
this.fullWidth = 1,
this.fullHeight = 1,
this.offsetX = 0,
this.offsetY = 0,
this.width = 1,
this.height = 1,
});