CyberCameraView constructor
CyberCameraView({
- required BuildContext context,
- bool enableCompression = true,
- int compressionQuality = 85,
- int? maxWidth = 1920,
- int? maxHeight = 1920,
- String? title,
- CameraLensDirection defaultCamera = CameraLensDirection.back,
- OnCameraError? onError,
Implementation
CyberCameraView({
required this.context,
this.enableCompression = true,
this.compressionQuality = 85,
this.maxWidth = 1920,
this.maxHeight = 1920,
this.title,
this.defaultCamera = CameraLensDirection.back,
this.onError,
});