const MyFilesScreen({ Key? key, required this.filePath, this.lastPath, this.loading, this.error, }) : super(key: key);