FileBrowser constructor

const FileBrowser({
  1. Key? key,
  2. required RoomClient room,
  3. String initialPath = "",
  4. bool multiple = false,
  5. void onSelectionChanged(
    1. List<String> selection
    )?,
})

Implementation

const FileBrowser({super.key, required this.room, this.initialPath = "", this.multiple = false, this.onSelectionChanged});