nextPhotoSettings property

CapturePhotoSettings nextPhotoSettings
getter/setter pair

The CapturePhotoSettings to be used when takePicture is called.

This value is null until attach is called.

Implementation

late CapturePhotoSettings nextPhotoSettings = _createNextPhotoSettings();