FileScannerScreen constructor
FileScannerScreen({})
Implementation
FileScannerScreen({
super.key,
required this.onSelected,
required this.mimeType,
this.title,
this.thumbnailDirPath,
});
FileScannerScreen({
super.key,
required this.onSelected,
required this.mimeType,
this.title,
this.thumbnailDirPath,
});