ImagePickerConfiguration constructor

const ImagePickerConfiguration({
  1. double? maxWidth,
  2. double? maxHeight,
  3. int? imageQuality,
  4. CameraDevice? preferredCameraDevice,
  5. ImagePickedCallback? onImagePicked,
})

Implementation

const ImagePickerConfiguration({
  this.maxWidth,
  this.maxHeight,
  this.imageQuality,
  this.preferredCameraDevice,
  this.onImagePicked,
});