Increase photo gallery image size to large
This commit is contained in:
parent
431a17dc1d
commit
105073480a
@ -227,7 +227,7 @@ class _PhotoGalleryState extends State<PhotoGallery> {
|
|||||||
child: UnsplashPhoto(
|
child: UnsplashPhoto(
|
||||||
imgUrl,
|
imgUrl,
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
size: UnsplashPhotoSize.med,
|
size: UnsplashPhotoSize.large,
|
||||||
).animate().fade(),
|
).animate().fade(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user