Increase photo gallery image size to large

This commit is contained in:
Shawn 2023-10-03 14:55:19 -06:00
parent 431a17dc1d
commit 105073480a

View File

@ -227,7 +227,7 @@ class _PhotoGalleryState extends State<PhotoGallery> {
child: UnsplashPhoto(
imgUrl,
fit: BoxFit.cover,
size: UnsplashPhotoSize.med,
size: UnsplashPhotoSize.large,
).animate().fade(),
),
),