FilePickerComponent constructor
const
FilePickerComponent({})
Implementation
const FilePickerComponent({
required this.onFilesChanged,
super.key,
this.initialFiles = const <FileData>[],
this.allowMultipleSelection = true,
});