Make image expand to cover the rect in photo list

This commit is contained in:
Ming Ming 2022-11-13 19:28:11 +08:00
parent bec349f472
commit 5eba466d9b

View file

@ -231,6 +231,7 @@ class PhotoListImage extends StatelessWidget {
child = buildPlaceholder(); child = buildPlaceholder();
} else { } else {
child = CachedNetworkImage( child = CachedNetworkImage(
fit: BoxFit.cover,
cacheManager: ThumbnailCacheManager.inst, cacheManager: ThumbnailCacheManager.inst,
imageUrl: previewUrl!, imageUrl: previewUrl!,
httpHeaders: { httpHeaders: {