initialFiles property

List<TogeFileUploadEntity>? initialFiles
final

Optional initial files to pre-populate the upload list. This can be used to display files that have already been uploaded or selected.

Implementation

final List<TogeFileUploadEntity>? initialFiles;