const MyFilesDialog({ Key? key, required this.path, required this.isDirectory, required this.onPressed, }) : super(key: key);