status property
getter/setter pair
Value notifier for the status of the camera
Implementation
ValueNotifier<CameraStatus> status = ValueNotifier(CameraStatus.CAMERA_DISCONNECTED);
Value notifier for the status of the camera
ValueNotifier<CameraStatus> status = ValueNotifier(CameraStatus.CAMERA_DISCONNECTED);