AlbumPickerConfig constructor
const
AlbumPickerConfig({
- AlbumPickerMediaFilter? mediaFilter,
- int? maxSelectionCount,
- int? itemsPerRow,
- bool? showsCameraItem,
- AlbumPickerStyle? style,
- AlbumPickerLanguage? language,
- AlbumPickerCompressQuality? compressQuality,
- int? maxVideoDurationInSeconds,
- int? maxOutputFileSizeInMB,
Implementation
const AlbumPickerConfig({
this.mediaFilter,
this.maxSelectionCount,
this.itemsPerRow,
this.showsCameraItem,
this.style,
this.language,
this.compressQuality,
this.maxVideoDurationInSeconds,
this.maxOutputFileSizeInMB,
});