status property

ValueNotifier<CameraStatus> status
getter/setter pair

Value notifier for the status of the camera

Implementation

ValueNotifier<CameraStatus> status = ValueNotifier(CameraStatus.CAMERA_DISCONNECTED);