FileSelectView constructor
FileSelectView({
- Key? key,
- required String dirId,
- required String dirName,
- IPFSFileType fileType = IPFSFileType.any,
- List<
String> ? allowedExtensions = const [], - UploadType uploadType = UploadType.TYPE_IMAGE,
- ValueChanged<
List< ? callback,UploadResultEntity> > - UploadMode uploadMode = UploadMode.MULTIPLE,
Implementation
FileSelectView({Key? key,
required this.dirId,
required this.dirName,
this.fileType = IPFSFileType.any,
this.allowedExtensions=const [],
this.uploadType = UploadType.TYPE_IMAGE,
this.callback,
this.uploadMode = UploadMode.MULTIPLE})
: super(key: key);