cameraFacingState property
A notifier that provides the state of which camera is being used
Implementation
late final ValueNotifier<CameraFacing> cameraFacingState =
ValueNotifier(facing);
A notifier that provides the state of which camera is being used
late final ValueNotifier<CameraFacing> cameraFacingState =
ValueNotifier(facing);