nextPhotoSettings property Null safety
read / write
The CapturePhotoSettings to be used when takePicture is called.
This value is null
until attach is called.
Implementation
late CapturePhotoSettings nextPhotoSettings = _createNextPhotoSettings();