mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 12:23:58 +09:00
Transfer repository from Gitlab
This commit is contained in:
11
mobile/lib/shared/models/image_viewer_page_data.model.dart
Normal file
11
mobile/lib/shared/models/image_viewer_page_data.model.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
class ImageViewerPageData {
|
||||
final String heroTag;
|
||||
final String imageUrl;
|
||||
final String thumbnailUrl;
|
||||
|
||||
ImageViewerPageData({
|
||||
required this.heroTag,
|
||||
required this.imageUrl,
|
||||
required this.thumbnailUrl,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user