AlbumPickerConfig constructor

const AlbumPickerConfig({
  1. AlbumPickerMediaFilter? mediaFilter,
  2. int? maxSelectionCount,
  3. int? itemsPerRow,
  4. bool? showsCameraItem,
  5. AlbumPickerStyle? style,
  6. AlbumPickerLanguage? language,
  7. AlbumPickerCompressQuality? compressQuality,
  8. int? maxVideoDurationInSeconds,
  9. int? maxOutputFileSizeInMB,
})

Implementation

const AlbumPickerConfig({
  this.mediaFilter,
  this.maxSelectionCount,
  this.itemsPerRow,
  this.showsCameraItem,
  this.style,
  this.language,
  this.compressQuality,
  this.maxVideoDurationInSeconds,
  this.maxOutputFileSizeInMB,
});