HLPickerOptions constructor
const
HLPickerOptions({
- int? numberOfColumn,
- bool? usedCameraButton,
- MediaType? mediaType,
- int? maxSelectedAssets,
- int? minSelectedAssets,
- double? maxFileSize,
- double? minFileSize,
- bool? enablePreview,
- bool? convertHeicToJPG,
- bool? convertLivePhotosToJPG,
- bool? isExportThumbnail,
- @Deprecated('Use maxDuration instead') int? recordVideoMaxSecond,
- double? thumbnailCompressQuality,
- CompressFormat? thumbnailCompressFormat,
- int? maxDuration,
- int? minDuration,
- bool? isGif,
- CompressFormat? compressFormat,
- double? compressQuality,
- 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,
});