CameraView constructor

CameraView(
  1. CameraController controller
)

Create a CameraView with a controller, the controller must has been initialized.

Implementation

CameraView(this.controller);