ArcaneFileUpload.images constructor
const
ArcaneFileUpload.images({})
Implementation
const ArcaneFileUpload.images({
this.maxSize,
this.multiple = true,
this.onFilesSelected,
this.onError,
this.size = FileUploadSize.md,
this.disabled = false,
this.dropzoneText = 'Drag images here or click to browse',
this.browseText = 'Select images',
this.helperText,
this.label,
super.key,
}) : accept = const ['image/*'],
style = FileUploadStyle.dropzone;