cameraFacingState property

ValueNotifier<CameraFacing> cameraFacingState
latefinal

A notifier that provides the state of which camera is being used

Implementation

late final ValueNotifier<CameraFacing> cameraFacingState =
    ValueNotifier(facing);