FolderFile(String name, String date, IconData image, bool folder) { this.image = image; this.name = name; this.date = date; this.folder = folder; }