LocalizedImagePicker constructor

const LocalizedImagePicker({
  1. String? maxDurationErrorText,
  2. String? minDurationErrorText,
  3. String? maxFileSizeErrorText,
  4. String? minFileSizeErrorText,
  5. String? noAlbumPermissionText,
  6. String? noCameraPermissionText,
  7. String? maxSelectedAssetsErrorText,
  8. String? minSelectedAssetsErrorText,
  9. String? doneText,
  10. String? noRecordAudioPermissionText,
  11. String? okText,
  12. String? loadingText,
  13. String? defaultAlbumName,
  14. String? cancelText,
  15. String? tapHereToChangeText,
  16. String? emptyMediaText,
  17. String? gifErrorText,
  18. String? cropDoneText,
  19. String? cropCancelText,
  20. String? cropTitleText,
})

Implementation

const LocalizedImagePicker({
  this.maxDurationErrorText,
  this.minDurationErrorText,
  this.maxFileSizeErrorText,
  this.minFileSizeErrorText,
  this.noAlbumPermissionText,
  this.noCameraPermissionText,
  this.maxSelectedAssetsErrorText,
  this.minSelectedAssetsErrorText,
  this.doneText,
  this.noRecordAudioPermissionText,
  this.okText,
  this.loadingText,
  this.defaultAlbumName,
  this.cancelText,
  this.tapHereToChangeText,
  this.emptyMediaText,
  this.gifErrorText,
  super.cropDoneText,
  super.cropCancelText,
  super.cropTitleText,
});