ImagePickerConfiguration constructor
const
ImagePickerConfiguration({
- double? maxWidth,
- double? maxHeight,
- int? imageQuality,
- CameraDevice? preferredCameraDevice,
- ImagePickedCallback? onImagePicked,
Implementation
const ImagePickerConfiguration({
this.maxWidth,
this.maxHeight,
this.imageQuality,
this.preferredCameraDevice,
this.onImagePicked,
});