FileComponent constructor
const
FileComponent({
- Key? key,
- required ComponentModel component,
- required List<
FileData> value, - required OnFileChanged onChanged,
- FilePickerCallback? onFilePick,
Implementation
const FileComponent({
super.key,
required this.component,
required this.value,
required this.onChanged,
this.onFilePick,
});