HLPickerOptions constructor

const HLPickerOptions({
  1. int? numberOfColumn,
  2. bool? usedCameraButton,
  3. MediaType? mediaType,
  4. int? maxSelectedAssets,
  5. int? minSelectedAssets,
  6. double? maxFileSize,
  7. double? minFileSize,
  8. bool? enablePreview,
  9. bool? convertHeicToJPG,
  10. bool? convertLivePhotosToJPG,
  11. bool? isExportThumbnail,
  12. @Deprecated('Use maxDuration instead') int? recordVideoMaxSecond,
  13. double? thumbnailCompressQuality,
  14. CompressFormat? thumbnailCompressFormat,
  15. int? maxDuration,
  16. int? minDuration,
  17. bool? isGif,
  18. CompressFormat? compressFormat,
  19. double? compressQuality,
  20. MaxSizeOutput? maxSizeOutput,
})

Implementation

const HLPickerOptions({
  this.numberOfColumn,
  this.usedCameraButton,
  this.mediaType,
  this.maxSelectedAssets,
  this.minSelectedAssets,
  this.maxFileSize,
  this.minFileSize,
  this.enablePreview,
  this.convertHeicToJPG,
  this.convertLivePhotosToJPG,
  this.isExportThumbnail,
  @Deprecated('Use maxDuration instead') this.recordVideoMaxSecond,
  this.thumbnailCompressQuality,
  this.thumbnailCompressFormat,
  this.maxDuration,
  this.minDuration,
  this.isGif,
  this.compressFormat,
  this.compressQuality,
  this.maxSizeOutput,
});