FileBrowser constructor
const
FileBrowser({})
Implementation
const FileBrowser({
super.key,
required this.room,
this.initialPath = "",
this.multiple = false,
this.onSelectionChanged,
this.selectionMode = FileBrowserSelectionMode.files,
this.rootLabel = "Files",
});