ImagePickerIconsConfiguration constructor

const ImagePickerIconsConfiguration({
  1. Color? cameraIconColor,
  2. Color? galleryIconColor,
  3. Widget? galleryImagePickerIcon,
  4. Widget? cameraImagePickerIcon,
})

Implementation

const ImagePickerIconsConfiguration({
  this.cameraIconColor,
  this.galleryIconColor,
  this.galleryImagePickerIcon,
  this.cameraImagePickerIcon,
});