FilePickerWidget constructor
const
FilePickerWidget({})
Implementation
const FilePickerWidget({
Key? key,
required this.onFilePicked,
required this.onImagePicked,
this.buttonText = 'Select File',
}) : super(key: key);