cameraController property

CameraController? cameraController
final

If you are using the camera in several places in your app and you want to pass an existing controller into the BlocProvider. Then make sure you set isBlocInitializeAbove to true afterwards

Implementation

final CameraController? cameraController;