LocalizedImagePicker constructor
const
LocalizedImagePicker({
- String? maxDurationErrorText,
- String? minDurationErrorText,
- String? maxFileSizeErrorText,
- String? minFileSizeErrorText,
- String? noAlbumPermissionText,
- String? noCameraPermissionText,
- String? maxSelectedAssetsErrorText,
- String? minSelectedAssetsErrorText,
- String? doneText,
- String? noRecordAudioPermissionText,
- String? okText,
- String? loadingText,
- String? defaultAlbumName,
- String? cancelText,
- String? tapHereToChangeText,
- String? emptyMediaText,
- String? gifErrorText,
- String? cropDoneText,
- String? cropCancelText,
- 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,
});