gallery_type.dart 191 B

12345678910
  1. enum GalleryType {
  2. homepage,
  3. archive,
  4. trash,
  5. localFolder,
  6. // indicator for gallery view of collections shared with the user
  7. sharedCollection,
  8. ownedCollection,
  9. searchResults
  10. }