FileUploadView constructor
FileUploadView(
- List<
UploadResultEntity> selectedFile, - String dirId,
- String dirName,
- dynamic filesCallback(
- List<
UploadResultEntity> files
- List<
- Key? key,
- Widget? header,
- bool isAllowCloud = true,
- bool isFixedDir = false,
- bool isCanEdit = true,
- IPFSFileType fileType = IPFSFileType.any,
- List<
String> ? allowedExtensions, - int maxCount = -1,
Implementation
FileUploadView(
this.selectedFile, this.dirId, this.dirName, this.filesCallback,
{Key? key,
this.header,
this.isAllowCloud = true,
this.isFixedDir = false,
this.isCanEdit = true,
this.fileType = IPFSFileType.any,
this.allowedExtensions,
this.maxCount = -1})
: super(key: key);