ImagePickerConfig constructor
The ImagePickerConfig is used to configure the ImagePicker.
Implementation
const ImagePickerConfig({
this.maxWidth,
this.maxHeight,
this.imageQuality,
this.cameraOption,
});
The ImagePickerConfig is used to configure the ImagePicker.
const ImagePickerConfig({
this.maxWidth,
this.maxHeight,
this.imageQuality,
this.cameraOption,
});