FileChooserScreen constructor
FileChooserScreen({})
Implementation
FileChooserScreen({
super.key,
required this.onSelected,
this.mimeTypes,
this.title,
this.initPath,
this.thumbnailDirPath,
});
FileChooserScreen({
super.key,
required this.onSelected,
this.mimeTypes,
this.title,
this.initPath,
this.thumbnailDirPath,
});