PodFileBrowser constructor

const PodFileBrowser({
  1. Key? key,
  2. String basePath = '',
  3. String title = 'Files',
})

Implementation

const PodFileBrowser({super.key, this.basePath = '', this.title = 'Files'});