ImagePickerConfig constructor

const ImagePickerConfig({
  1. int? maxCount,
  2. int? gridCount,
  3. Color? primaryColor,
  4. Locale? locale,
})

Implementation

const ImagePickerConfig({
  this.maxCount,
  this.gridCount,
  this.primaryColor,
  this.locale,
});