FilePathSelector constructor
const
FilePathSelector({})
Implementation
const FilePathSelector({
super.key,
required this.title,
this.initialFilePath,
this.recentFiles,
required this.onLoad,
});
const FilePathSelector({
super.key,
required this.title,
this.initialFilePath,
this.recentFiles,
required this.onLoad,
});